Files
mangaDownloader/manga-py-stable_1.x/manga_py/providers/mintmanga_com.py
2019-12-14 22:33:14 -05:00

12 lines
208 B
Python

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