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:
Paul Pfeister 2024-11-01 19:44:48 -04:00
parent c64e795447
commit bd46baa639
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -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"
},