Skip to content

Commit c64e795

Browse files
authored
Merge pull request #2291 from Suramyavns/master
fixed speedrun site support #2288
2 parents 0e57691 + b65b03f commit c64e795

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sherlock_project/resources/data.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,11 +1951,10 @@
19511951
"username_claimed": "adam"
19521952
},
19531953
"Speedrun.com": {
1954-
"errorMsg": "Not found",
1955-
"errorType": "message",
1956-
"url": "https://speedrun.com/user/{}",
1954+
"errorType": "status_code",
1955+
"url": "https://speedrun.com/users/{}",
19571956
"urlMain": "https://speedrun.com/",
1958-
"username_claimed": "3Tau"
1957+
"username_claimed": "example"
19591958
},
19601959
"Spells8": {
19611960
"errorType": "status_code",

0 commit comments

Comments
 (0)