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