diff options
| author | 2019-07-20 05:51:44 -0400 | |
|---|---|---|
| committer | 2019-07-20 05:51:44 -0400 | |
| commit | 2a63a9c9b7032a76894c48ac4d9cea732fcaee49 (patch) | |
| tree | 3d5f633ff69cd393036a3dabc4d4533c8484f9ad /scripts | |
| parent | 195c45911e79c33cf0bb986721365fb06df5a153 (diff) | |
New upstream version 1.9.0upstream/1.9.0
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/supportedsites.py | 3 |
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" |
