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