have e-hentai and exhentai on supportedsites.rst (#365)
This commit is contained in:
@@ -24,7 +24,8 @@ CATEGORY_MAP = {
|
||||
"dynastyscans" : "Dynasty Reader",
|
||||
"e621" : "e621",
|
||||
"erolord" : "EroLord.com",
|
||||
"exhentai" : "E-Hentai",
|
||||
"e-hentai" : "E-Hentai",
|
||||
"exhentai" : "ExHentai",
|
||||
"fallenangels" : "Fallen Angels Scans",
|
||||
"fashionnova" : "Fashion Nova",
|
||||
"hbrowse" : "HBrowse",
|
||||
@@ -109,6 +110,7 @@ SUBCATEGORY_MAP = {
|
||||
AUTH_MAP = {
|
||||
"danbooru" : "Optional",
|
||||
"deviantart" : "Optional (OAuth)",
|
||||
"e-hentai" : "Optional",
|
||||
"exhentai" : "Optional",
|
||||
"flickr" : "Optional (OAuth)",
|
||||
"idolcomplex": "Optional",
|
||||
@@ -203,6 +205,15 @@ def build_extractor_list():
|
||||
for extrlist in extractors.values():
|
||||
extrlist.sort(key=subcategory_key)
|
||||
|
||||
# ugly hack to add e-hentai.org
|
||||
eh = []
|
||||
for extr in extractors["exhentai"]:
|
||||
class eh_extr(extr):
|
||||
category = "e-hentai"
|
||||
root = "https://e-hentai.org"
|
||||
eh.append(eh_extr)
|
||||
extractors["e-hentai"] = eh
|
||||
|
||||
# sort lists by category
|
||||
return sorted(
|
||||
extractors.values(),
|
||||
|
||||
Reference in New Issue
Block a user