From c81998d3c59fd846ce5d58eebb682bf531e7c4dc Mon Sep 17 00:00:00 2001 From: rsapkf Date: Mon, 11 Nov 2019 11:33:16 +0000 Subject: [PATCH] Add lobste.rs I've added Lobsters. Signups on the site are invite only to avoid spam and slow down registrations. Regex Check: https://github.com/lobsters/lobsters/blob/791b21f60a2e952cabe5187559c8fb7724b7b8aa/app/models/user.rb (line 87) --- data.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index c9f59335..4ad7b5d6 100644 --- a/data.json +++ b/data.json @@ -1521,5 +1521,13 @@ "urlMain": "https://segmentfault.com/", "username_claimed": "bule", "username_unclaimed": "noonewouldeverusethis7" + }, + "Lobsters": { + "errorType": "status_code", + "url": "https://lobste.rs/u/{}", + "regexCheck": "[A-Za-z0-9][A-Za-z0-9_-]{0,24}", + "urlMain": "https://lobste.rs/", + "username_claimed": "jcs", + "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}