mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Merge pull request #2339 from bytexenon/archive_org_fix
fix: add additional error message check for archive.org downtime
This commit is contained in:
commit
cf393b8fec
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@
|
|||
"__comment__": "'The resource could not be found' relates to archive downtime",
|
||||
"errorMsg": [
|
||||
"could not fetch an account with user item identifier",
|
||||
"The resource could not be found"
|
||||
"The resource could not be found",
|
||||
"Internet Archive services are temporarily offline"
|
||||
],
|
||||
"errorType": "message",
|
||||
"url": "https://archive.org/details/@{}",
|
||||
|
|
Loading…
Reference in a new issue