For instance, when prompted for a page #, I don't want to have to look up the exact number of total pages. I want to enter something like "356-" to denote starting at page 356 to the end. If the book only has 700 pages, and I enter a number greater than that, another error.
Traceback (most recent call last):
File "C:\software\archiveripper\ripper.py", line 109, in
main()
~~~~^^
File "C:\software\archiveripper\ripper.py", line 85, in main
contents = client.download_page(i, args.scale)
File "C:\software\archiveripper\api.py", line 153, in download_page
raise IndexError
IndexError