Added manga-py source
This commit is contained in:
9
manga-py-stable_1.x/manga_py/providers/rawneko_com.py
Normal file
9
manga-py-stable_1.x/manga_py/providers/rawneko_com.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .helpers.std import Std
|
||||
from .rawdevart_com import RawDevArtCom
|
||||
|
||||
|
||||
class RawNekoCom(RawDevArtCom, Std):
|
||||
_chapter_selector = r'/chapter-(\d+(?:-\d+)?)'
|
||||
|
||||
|
||||
main = RawNekoCom
|
||||
Reference in New Issue
Block a user