Added manga-py source
This commit is contained in:
12
manga-py-stable_1.x/manga_py/providers/mangabat_com.py
Normal file
12
manga-py-stable_1.x/manga_py/providers/mangabat_com.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .manganelo_com import MangaNeloCom
|
||||
|
||||
|
||||
class MangaBatCom(MangaNeloCom):
|
||||
def get_main_content(self):
|
||||
return self.http_get(self.get_url())
|
||||
|
||||
def get_manga_name(self) -> str:
|
||||
return self.text_content(self.content, 'h1.entry-title')
|
||||
|
||||
|
||||
main = MangaBatCom
|
||||
Reference in New Issue
Block a user