mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Convert Flipboard to use more reliable HTTP Status detection method. The site gives a clean 404 error. They changed their site response, so we were getting false positives.
This commit is contained in:
parent
63fae2902e
commit
81da16294e
1 changed files with 1 additions and 2 deletions
|
@ -372,8 +372,7 @@
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Flipboard": {
|
||||
"errorMsg": "loading...",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"rank": 3859,
|
||||
"regexCheck": "^([a-zA-Z0-9_]){1,15}$",
|
||||
"url": "https://flipboard.com/@{}",
|
||||
|
|
Loading…
Reference in a new issue