Files
mangaDownloader/manga-py-stable_1.x/manga_py/providers/bns_shounen_ai_net.py
2019-12-14 22:33:14 -05:00

10 lines
198 B
Python

from .read_powermanga_org import ReadPowerMangaOrg
class BnsShounenAiNet(ReadPowerMangaOrg):
_name_re = '/read/[^/]+/([^/]+)/'
_content_str = '{}/read/series/{}/'
main = BnsShounenAiNet