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