mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
fixed urlProbe
for Twitter by adding an alternative endpoint
This commit is contained in:
parent
f7075e1b64
commit
fdf3655e63
1 changed files with 1 additions and 1 deletions
|
@ -2142,7 +2142,7 @@
|
|||
"regexCheck": "^[a-zA-Z0-9_]{1,15}$",
|
||||
"url": "https://x.com/{}",
|
||||
"urlMain": "https://x.com/",
|
||||
"urlProbe": "https://nitter.net/{}",
|
||||
"urlProbe": "https://nitter.privacydev.net/{}",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Typeracer": {
|
||||
|
|
Loading…
Reference in a new issue