10 lines
171 B
Python
10 lines
171 B
Python
from .gomanga_co import GoMangaCo
|
|
|
|
|
|
class HelveticaScansCom(GoMangaCo):
|
|
_name_re = '/r/[^/]+/([^/]+)/'
|
|
_content_str = '{}/r/series/{}/'
|
|
|
|
|
|
main = HelveticaScansCom
|