mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Convert Trakt to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests.
This commit is contained in:
parent
0f878bd84b
commit
20f58016fb
1 changed files with 4 additions and 3 deletions
|
@ -769,11 +769,12 @@
|
|||
"urlMain": "https://www.tradingview.com/"
|
||||
},
|
||||
"Trakt": {
|
||||
"errorMsg": "404",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"rank": 5933,
|
||||
"url": "https://www.trakt.tv/users/{}",
|
||||
"urlMain": "https://www.trakt.tv/"
|
||||
"urlMain": "https://www.trakt.tv/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Trip": {
|
||||
"errorMsg": "Page not found",
|
||||
|
|
Loading…
Reference in a new issue