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