Added manga-py source
This commit is contained in:
10
manga-py-stable_1.x/manga_py/providers/selfmanga_ru.py
Normal file
10
manga-py-stable_1.x/manga_py/providers/selfmanga_ru.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .readmanga_me import ReadmangaMe
|
||||
|
||||
|
||||
class SelfMangaRu(ReadmangaMe):
|
||||
|
||||
def get_manga_name(self):
|
||||
return self._get_name(r'\.ru/([^/]+)')
|
||||
|
||||
|
||||
main = SelfMangaRu
|
||||
Reference in New Issue
Block a user