You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current book: https://archive.org/details/marquis-no.-7-1996-fetish-d.-d.-teoli-jr.-a.-c.-52
This book doesn't need to be borrowed
Traceback (most recent call last):
File "C:\archive.org\archive-org-downloader.py", line 215, in
title, links, metadata = get_book_infos(session, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\archive.org\archive-org-downloader.py", line 21, in get_book_infos
infos_url = "https:" + r.split('"url":"')[1].split('"')[0].replace("\u0026", "&")
~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
There is a similar one that is a PDF but this one is just a set of JPEGs it would be nice if that could be noticed and then download them and reassemble instead
I was having the same problem. Deleting the archive-org-downloader.py file from the directory that it was saved in (for me it was saved in C:\Users\Ali), replacing it with the same file downloaded from the repository, and then running the "pip install -r requirements.txt" command again solved the issue.
Current book: https://archive.org/details/marquis-no.-7-1996-fetish-d.-d.-teoli-jr.-a.-c.-52
This book doesn't need to be borrowed
Traceback (most recent call last):
File "C:\archive.org\archive-org-downloader.py", line 215, in
title, links, metadata = get_book_infos(session, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\archive.org\archive-org-downloader.py", line 21, in get_book_infos
infos_url = "https:" + r.split('"url":"')[1].split('"')[0].replace("\u0026", "&")
~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: