aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-20 05:51:44 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-20 05:51:44 -0400
commit2a63a9c9b7032a76894c48ac4d9cea732fcaee49 (patch)
tree3d5f633ff69cd393036a3dabc4d4533c8484f9ad /scripts
parent195c45911e79c33cf0bb986721365fb06df5a153 (diff)
New upstream version 1.9.0upstream/1.9.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/supportedsites.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py
index f326617..3d86110 100755
--- a/scripts/supportedsites.py
+++ b/scripts/supportedsites.py
@@ -22,6 +22,7 @@ CATEGORY_MAP = {
"dokireader" : "Doki Reader",
"dynastyscans" : "Dynasty Reader",
"e621" : "e621",
+ "erolord" : "EroLord.com",
"exhentai" : "ExHentai",
"fallenangels" : "Fallen Angels Scans",
"fashionnova" : "Fashion Nova",
@@ -108,6 +109,7 @@ AUTH_MAP = {
"exhentai" : "Optional",
"flickr" : "Optional (OAuth)",
"idolcomplex": "Optional",
+ "instagram" : "Optional",
"luscious" : "Optional",
"mangoxo" : "Optional",
"nijie" : "Required",
@@ -235,6 +237,7 @@ def write_output(fobj, columns, extractors):
# caption
w("Supported Sites\n")
w("===============\n")
+ w("Unless otherwise known, assume all sites to be NSFW\n\n")
# table head
sep = " ".join("=" * c[1] for c in columns) + "\n"