fix: add additional error message check for archive.org downtime

This commit is contained in:
Bytexenon 2024-10-20 05:27:10 -07:00 committed by GitHub
parent f7075e1b64
commit fb52343aa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,8 @@
"__comment__": "'The resource could not be found' relates to archive downtime", "__comment__": "'The resource could not be found' relates to archive downtime",
"errorMsg": [ "errorMsg": [
"could not fetch an account with user item identifier", "could not fetch an account with user item identifier",
"The resource could not be found" "The resource could not be found",
"Other Internet Archive services are temporarily offline"
], ],
"errorType": "message", "errorType": "message",
"url": "https://archive.org/details/@{}", "url": "https://archive.org/details/@{}",