josueBarretogit / manga-tui

Terminal-based manga reader and downloader with image support
https://crates.io/crates/manga-tui
MIT License
492 stars 13 forks source link

[Feature Request] Download all chapters at once #9

Closed koopa1338 closed 3 months ago

koopa1338 commented 3 months ago

Downloading mangas with many chapters is currently time-consuming. A shortcut to download all chapters would be very nice.

koopa1338 commented 3 months ago

Besides that, there might be a bug when downloading multiple chapters. Currently, it is only possible to change pages in the chapter overview when there are no current downloads on that page.

josueBarretogit commented 3 months ago

Yes you are right I was thinking about this but the mangadex api has some rate limits, that may be an issue with mangas like one piece, but for most mangas this should not be a problem, at the moment I'm working on this pull request #8 after that this issue goes next

josueBarretogit commented 3 months ago

@koopa1338 if you have rust installed you can checkout the branch download-all-chapters-at-once and compile since this functionality is already done but will take a while to be integrated, when you are on a manga page press a and then follow the instructions

https://github.com/user-attachments/assets/27738dcf-5771-4e32-b81a-89db4cabdd14

koopa1338 commented 3 months ago

very nice, appreciate this feature. I will test this thoroughly and report my findings :heart: