From 2a63a9c9b7032a76894c48ac4d9cea732fcaee49 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 20 Jul 2019 05:51:44 -0400 Subject: New upstream version 1.9.0 --- scripts/supportedsites.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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" -- cgit v1.2.3