[foolfuuka] add support for more sites (#18)

- https://arch.b4k.co
- https://archive.whatisthisimnotgoodwithcomputers.com
- https://archive.yeet.net

Notes:
- The name "whatisthisimnotgoodwithcomputers" is way too long ...
- archive.yeet.net is out of date and also blocked by 4chan servers
  - newest threads are 2 weeks old
  - using "https://archive.yeet.net" as Referer header results in
    "403 Forbidden" when accessing 4chan
This commit is contained in:
Mike Fährmann
2017-09-16 21:11:44 +02:00
parent 84d4450410
commit cebf800a7f
7 changed files with 89 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ CATEGORY_MAP = {
"2chan" : "Futaba Channel",
"archivedmoe" : "Archived.Moe",
"archiveofsins" : "Archive of Sins",
"b4k" : "arch.b4k.co",
"deviantart" : "DeviantArt",
"dokireader" : "Doki Reader",
"dynastyscans" : "Dynasty Reader",
@@ -54,6 +55,7 @@ CATEGORY_MAP = {
"spectrumnexus" : "Spectrum Nexus",
"thebarchive" : "The /b/ Archive",
"worldthree" : "World Three",
"yeet" : "YEET Archive",
"yomanga" : "YoManga",
"yonkouprod" : "Yonkou Productions",
}
@@ -85,6 +87,7 @@ AUTH_MAP = {
IGNORE_LIST = (
"oauth",
"whatisthisimnotgoodwithcomputers",
)