update commit prev
This commit is contained in:
@@ -694,7 +694,7 @@ class InternetArchive(Provider):
|
||||
|
||||
def _download_via_openlibrary(self, url: str, output_dir: Path) -> Optional[Dict[str, Any]]:
|
||||
try:
|
||||
from Provider.openlibrary import OpenLibrary
|
||||
from plugins.openlibrary import OpenLibrary
|
||||
except Exception as exc:
|
||||
log(f"[internetarchive] OpenLibrary borrow helper unavailable: {exc}", file=sys.stderr)
|
||||
return None
|
||||
@@ -766,7 +766,7 @@ class InternetArchive(Provider):
|
||||
return None
|
||||
|
||||
try:
|
||||
from Provider.openlibrary import OpenLibrary
|
||||
from plugins.openlibrary import OpenLibrary
|
||||
except Exception as exc:
|
||||
log(f"[internetarchive] OpenLibrary auth helper unavailable: {exc}", file=sys.stderr)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user