[mangasee] add support for 'mangalife' (#3086)

This commit is contained in:
enduser420
2022-10-21 20:16:36 +05:30
committed by GitHub
parent 455e34113e
commit ac6111e693
3 changed files with 77 additions and 28 deletions

View File

@@ -69,6 +69,7 @@ CATEGORY_MAP = {
"mangafox" : "Manga Fox",
"mangahere" : "Manga Here",
"mangakakalot" : "MangaKakalot",
"mangalife" : "MangaLife",
"manganelo" : "Manganato",
"mangapark" : "MangaPark",
"mangasee" : "MangaSee",
@@ -425,6 +426,10 @@ def build_extractor_list():
default["pornimagesxxx"] = default["hentaicosplays"]
domains["pornimagesxxx"] = "https://porn-images-xxx.com/"
# add manga4life.com
default["mangalife"] = default["mangasee"]
domains["mangalife"] = "https://manga4life.com/"
return categories, domains