mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
fix: 8tracks
Use username availability endpoint from regflow with predictable response language (en-us). Referenced by #2318 Fixes #2332 Closes #2333 (removes target rather than fixes)
This commit is contained in:
parent
c64e795447
commit
bd46baa639
1 changed files with 5 additions and 1 deletions
|
@ -31,9 +31,13 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"8tracks": {
|
||||
"errorMsg": "This page has vanished",
|
||||
"errorType": "message",
|
||||
"errorMsg": "\"available\":true",
|
||||
"headers": {
|
||||
"Accept-Language": "en-US,en;q=0.5"
|
||||
},
|
||||
"url": "https://8tracks.com/{}",
|
||||
"urlProbe": "https://8tracks.com/users/check_username?login={}&format=jsonh",
|
||||
"urlMain": "https://8tracks.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue