Added manga-py source
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from .read_powermanga_org import ReadPowerMangaOrg
|
||||
|
||||
|
||||
class TripleSevenScansCom(ReadPowerMangaOrg):
|
||||
_name_re = '/reader/[^/]+/([^/]+)/'
|
||||
_content_str = '{}/reader/series/{}/'
|
||||
|
||||
|
||||
main = TripleSevenScansCom
|
||||
Reference in New Issue
Block a user