Releases: elboletaire/manga-downloader
Releases · elboletaire/manga-downloader
v0.0.5
Concurrently download chapters.
Also allow to configure it in case you want to downgrade it, since it's set to the hardcoded maximum, which is 10 for pages and 5 for chapters:
-cor--concurrencyfor chapters-Cor--concurrency-pagesfor pages
Full Changelog: 0.0.4...0.0.5
v0.0.4
Added TCBScans grabber + other minor changes
Full Changelog: 0.0.3...0.0.4
v0.0.3
This version brings two nice improvements, plus other minor changes:
- Pages are now downloaded in parallel, speeding up the process a lot.
- Added parser for manganelo like pages (manganato, mangakakalot, etc).
- Reduced output verbosity and improved coloring of logs.
- Added colors to help command outputs.
- Added
versionsubcommand. - Use
json.Unmarshalinstead ofgojq. - Use
goqueryinstead of justcascadia. - Code cleanup.
Full Changelog: 0.0.2...0.0.3
v0.0.2
Improved support for mangadex and added a --language flag in order to be able to filter just the desired language. Mangadex specific for now, since inmanga is in Spanish only and filtering by language would have no effect.
manga-downloader --language ca https://mangadex.org/title/a1c7c817-4e59-43b7-9365-09675a149a6f/one-piece 5
# would download One Piece Chapter 5 in Catalanv0.0.1
Very first release with support for inmanga and limited support for mangadex.