Closed 57E0 closed 9 months ago
Hey, Lately when I want to use the script I get this message... Is it possible to fix it somehow?
`[+] Successful loan Traceback (most recent call last): File "/Applications/Archive/archive-org-downloader.py", line 213, in title, links, metadata = get_book_infos(session, url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Applications/Archive/archive-org-downloader.py", line 20, in get_book_infos infos_url = "https:" + r.split('bookManifestUrl="')[1].split('"\n')[0]
IndexError: list index out of range`
This issue was fixed in the lastests commits. Just download the latest version to fix it.
Ok, thank you for clarification. I haven't seen the closed issues tab ;)
Hey, Lately when I want to use the script I get this message... Is it possible to fix it somehow?
`[+] Successful loan Traceback (most recent call last): File "/Applications/Archive/archive-org-downloader.py", line 213, in
title, links, metadata = get_book_infos(session, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Archive/archive-org-downloader.py", line 20, in get_book_infos
infos_url = "https:" + r.split('bookManifestUrl="')[1].split('"\n')[0]