Skip to content

Commit

Permalink
twitter: add regexcheck for username
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Dec 25, 2021
1 parent 8a08aa2 commit b055d33
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 b055d33

Please sign in to comment.