From 5fb614671ffd81cc8ead101ae7b80357a3b8c341 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 9 Jul 2019 21:06:19 -0700 Subject: [PATCH] Add support for BoingBoing Adds support for the BoingBoing comments system --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 7be10f6..c9aead9 100644 --- a/data.json +++ b/data.json @@ -1194,5 +1194,12 @@ "urlMain": "https://last.fm/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" + }, + "boingboing.net": { + "errorType": "status_code", + "urlMain": "https://boingboing.net/", + "url": "https://bbs.boingboing.net/u/{}", + "username_claimed": "boingboing", + "username_unclaimed": "noonewouldeverusethis7" } } \ No newline at end of file