Closed ShujianDou closed 11 months 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.
https://github.com/ShujianDou/nim-epub/commit/2dad39cd2c65d46e3e478e3265ceb0d3daf15215
Final update to nim-epub for fixing epub resumation.
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.