Skip to content

Commit

Permalink
Convert Flipboard to use more reliable HTTP Status detection method. …
Browse files Browse the repository at this point in the history
…The site gives a clean 404 error. They changed their site response, so we were getting false positives.
  • Loading branch information
hoadlck committed Jun 8, 2019
1 parent 63fae29 commit 81da162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/@{}",
Expand Down

0 comments on commit 81da162

Please sign in to comment.