vrienstudios / anime-dl

Download anime, novels, manga, and nsfw content for offline consumption.
BSD 3-Clause "New" or "Revised" License
160 stars 10 forks source link

General Improvements, download resumation work for all media. #148

Closed ShujianDou closed 11 months ago

ShujianDou commented 1 year ago

Allow for better resumation of epubs and videos;

1) Make bulk downloader reasonable to use 2) Change current EPUB behavior to allow for multiple downloads of novels without interference from each other. -- Currently, covers are written to the same temp location, which is no bueno. 3) Safe cancellation of downloads of all media needs to happen.

ShujianDou commented 1 year ago

Correct EPUB live-export behavior, as it is unusable, since it does not write the EPUB metadata until the final moment; this makes it impossible for epub resumation.

ShujianDou commented 1 year ago

https://github.com/ShujianDou/nim-epub/commit/2dad39cd2c65d46e3e478e3265ceb0d3daf15215

Final update to nim-epub for fixing epub resumation.