Skip to content

Commit

Permalink
Merge pull request sherlock-project#1217 from SethFalco/twitter-regex
Browse files Browse the repository at this point in the history
twitter: add regexcheck for username
  • Loading branch information
sdushantha committed Dec 25, 2021
2 parents 8a08aa2 + b055d33 commit a3e2f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1793,11 +1793,12 @@
"Twitter": {
"errorMsg": "<title>Error | nitter</title>",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{1,15}$",
"url": "https://twitter.com/{}",
"urlMain": "https://twitter.com/",
"urlProbe": "https://nitter.net/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "noonewouldeveru"
},
"Typeracer": {
"errorMsg": "Profile Not Found",
Expand Down

0 comments on commit a3e2f7c

Please sign in to comment.