Merge pull request #1581 from mrsofiane/fix-add-spotify-to-work

fix: add Spotify to work again
pull/1589/head^2
Siddharth Dushantha 1 year ago committed by GitHub
commit 229b09841e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -658,13 +658,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Spotify": {
"errorType": "status_code",
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Steam": {
"errorMsg": "The specified profile could not be found",
"errorType": "message",

@ -1345,19 +1345,6 @@ As og 2022-05-01, Countable returns false positives
},
```
## Spotify
As og 2022-05-01, Spotify returns false positives
```json
"Spotify": {
"errorType": "status_code",
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Steam
As og 2022-05-01, Steam returns false positives

@ -2862,5 +2862,15 @@
"urlMain": "https://www.youtube.com",
"username_claimed": "pewdiepie",
"username_unclaimed": "noonewouldeverusethis7"
},
"Spotify": {
"errorType": "status_code",
"headers": {
"user-agent": "PostmanRuntime/7.29.2"
},
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}
}
Loading…
Cancel
Save