From 9442bea2d7bd0debb2fb40e558da73391a86b42a Mon Sep 17 00:00:00 2001 From: terrance~ Date: Sat, 2 Apr 2016 11:05:20 -0400 Subject: [PATCH 1/2] Add b-stats archive Technically it's not foolfuuka but I've made the URLs and API work. --- archives.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/archives.json b/archives.json index 343e4723c..32637f1b1 100644 --- a/archives.json +++ b/archives.json @@ -80,4 +80,13 @@ "boards": ["c", "d", "e", "i", "lgbt", "t", "u"], "files": ["c", "d", "e", "i", "lgbt", "t", "u"], "search": [] +}, { + "uid": 26, + "name": "bstats", + "domain": "archive.b-stats.org", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["f", "cm", "hm", "lgbt", "news", "trash", "y"], + "files": [] }] From 876c2b1877d3368ed7d39a9815703767dfe0fd37 Mon Sep 17 00:00:00 2001 From: terrance~ Date: Sat, 2 Apr 2016 11:22:21 -0400 Subject: [PATCH 2/2] Fix uid --- archives.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archives.json b/archives.json index 32637f1b1..8d1f85777 100644 --- a/archives.json +++ b/archives.json @@ -81,7 +81,7 @@ "files": ["c", "d", "e", "i", "lgbt", "t", "u"], "search": [] }, { - "uid": 26, + "uid": 28, "name": "bstats", "domain": "archive.b-stats.org", "http": true,