Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/5bc6261a9029599613644967d9d1c495dd4bd275 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix YouPic detection. It was saying that usernames where available which were taken. Add to tests.

pull/162/head
Christopher K. Hoadley 6 years ago
parent bc6bc0a8f1
commit 5bc6261a90

@ -885,8 +885,10 @@
"YouPic": {
"errorType": "status_code",
"rank": 41827,
"url": "https://youpic.com/photographer/{}",
"urlMain": "https://youpic.com/"
"url": "https://youpic.com/photographer/{}/",
"urlMain": "https://youpic.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"YouTube": {
"errorMsg": "Not Found",

Loading…
Cancel
Save