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