Merge pull request #551 from sherlock-project/fix_askfm_false_positive

added regexCheck for AskFM
pull/552/head
Siddharth Dushantha 5 years ago committed by GitHub
commit 5c9dd1d223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,6 +135,7 @@
"AskFM": {
"errorMsg": "Well, apparently not anymore.",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{3,40}$",
"rank": 2291,
"url": "https://ask.fm/{}",
"urlMain": "https://ask.fm/",
@ -1754,7 +1755,7 @@
"errorMsg": "page doesn\u2019t exist",
"errorType": "message",
"rank": 43,
"url": "https://www.twitter.com/{}",
"url": "https://www.twitter.com/{}?lang=en",
"urlMain": "https://www.twitter.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"

Loading…
Cancel
Save