Added manga-py source

This commit is contained in:
2019-12-14 22:33:14 -05:00
parent 9a4dd4b09b
commit 45067caea6
420 changed files with 18054 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from .taadd_com import TaaddCom
class TenMangaCom(TaaddCom):
_name_selector = '.read-page a[href*="/book/"]'
_pages_selector = '.sl-page'
_chapters_selector = '.chapter-box .choose-page a:last-child'
img_selector = '.pic_box .manga_pic'
main = TenMangaCom