Convert LiveJournal to use more reliable HTTP Status detection method. Add to tests.

pull/169/head
Christopher K. Hoadley 6 years ago
parent 75aba05399
commit 38661a95a0

@ -624,12 +624,13 @@
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
"LiveJournal": { "LiveJournal": {
"errorMsg": "Unknown Journal", "errorType": "status_code",
"errorType": "message",
"rank": 223, "rank": 223,
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
"url": "https://{}.livejournal.com", "url": "https://{}.livejournal.com",
"urlMain": "https://www.livejournal.com/" "urlMain": "https://www.livejournal.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}, },
"Mastodon": { "Mastodon": {
"errorType": "status_code", "errorType": "status_code",

Loading…
Cancel
Save