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