[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:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user