aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/supportedsites.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-20 05:51:48 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-20 05:51:48 -0400
commit38accf3526a88643ca2a7dbb6a0356f09cfeb6b8 (patch)
tree7bd7dd9f7de7735d13d8d97140e4de1698b44728 /scripts/supportedsites.py
parent0d3bf12093addd340346bc053f2c8fecf45b30b6 (diff)
parent2a63a9c9b7032a76894c48ac4d9cea732fcaee49 (diff)
Update upstream source from tag 'upstream/1.9.0'
Update to upstream version '1.9.0' with Debian dir e4e6deed2c5d767438ea4528bc329c28c5e72178
Diffstat (limited to 'scripts/supportedsites.py')
-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"