Merge pull request #1217 from SethFalco/twitter-regex

twitter: add regexcheck for username
pull/1080/merge
Siddharth Dushantha 2 years ago committed by GitHub
commit a3e2f7c214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1793,11 +1793,12 @@
"Twitter": { "Twitter": {
"errorMsg": "<title>Error | nitter</title>", "errorMsg": "<title>Error | nitter</title>",
"errorType": "message", "errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{1,15}$",
"url": "https://twitter.com/{}", "url": "https://twitter.com/{}",
"urlMain": "https://twitter.com/", "urlMain": "https://twitter.com/",
"urlProbe": "https://nitter.net/{}", "urlProbe": "https://nitter.net/{}",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeveru"
}, },
"Typeracer": { "Typeracer": {
"errorMsg": "Profile Not Found", "errorMsg": "Profile Not Found",

Loading…
Cancel
Save