Added manga-py source
This commit is contained in:
11
manga-py-stable_1.x/manga_py/providers/hentairead_com.py
Normal file
11
manga-py-stable_1.x/manga_py/providers/hentairead_com.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .helpers.std import Std
|
||||
from .readhentaimanga_com import ReadHentaiMangaCom
|
||||
|
||||
|
||||
class HentaiReadCom(ReadHentaiMangaCom, Std):
|
||||
|
||||
def get_chapters(self):
|
||||
return self._elements('.read-now a.lst')
|
||||
|
||||
|
||||
main = HentaiReadCom
|
||||
Reference in New Issue
Block a user