11 lines
229 B
Python
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
|