elementdavv / internet_archive_downloader

A chrome/firefox extension that download books from Internet Archive(archive.org) and HathiTrust Digital Library (hathitrust.org)
GNU Affero General Public License v3.0
621 stars 43 forks source link

Resume Download Following Loan Period End #25

Closed rorybd closed 9 months ago

rorybd commented 1 year ago

There are certain books that are too long to download within their 1 hour loan period, which causes the extension to fail partially through the download.

One workaround for this is to use a lower quality for the download. However, would it be possible for the extension to save its progress on a particular book and resume the download after the user re-borrows it?

elementdavv commented 1 year ago

May be "borrowing for 14 days" can be help. Or choose another release.

Due to limitation of functions to extension within browser, files in your hard disk can not be appended. So saving download progress and resuming later is impossible.

rorybd commented 1 year ago

Many books cannot be borrowed for 14 days, only an hour.

An alternative would be to allow for downloading a custom range of pages; that way a user could manually download the book in smaller chunks.

elementdavv commented 1 year ago

An alternative would be to allow for downloading a custom range of pages; that way a user could manually download the book in smaller chunks.

Good idea. I will considerate it in the next version.

oversky commented 10 months ago

An alternative would be to allow for downloading a custom range of pages; that way a user could manually download the book in smaller chunks.

Good idea. I will considerate it in the next version.

+1. It would be great to have this.