mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Renamed Twitter to X
Mainly doing this to test if the new site list action works :)
This commit is contained in:
parent
15180f92d0
commit
418b6a3409
1 changed files with 3 additions and 3 deletions
|
@ -2123,12 +2123,12 @@
|
|||
"urlProbe": "https://m.twitch.tv/{}",
|
||||
"username_claimed": "jenny"
|
||||
},
|
||||
"Twitter": {
|
||||
"X (Twitter)": {
|
||||
"errorMsg": "<div class=\"error-panel\"><span>User ",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9_]{1,15}$",
|
||||
"url": "https://twitter.com/{}",
|
||||
"urlMain": "https://twitter.com/",
|
||||
"url": "https://x.com/{}",
|
||||
"urlMain": "https://x.com/",
|
||||
"urlProbe": "https://nitter.net/{}",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue