Files
2019-12-14 22:33:14 -05:00

11 lines
229 B
Python

from .gomanga_co import GoMangaCo
class LoliVaultNet(GoMangaCo):
_name_re = '/online/[^/]+/([^/]+)/'
_content_str = '{}/online/series/{}/'
_chapters_selector = '.list .group .element .title a'
main = LoliVaultNet