Skip to content

Releases: elboletaire/manga-downloader

v0.0.5

10 Jan 01:39
7268006

Choose a tag to compare

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:

  • -c or --concurrency for chapters
  • -C or --concurrency-pages for pages

Full Changelog: 0.0.4...0.0.5

v0.0.4

02 Jan 21:40
68276bd

Choose a tag to compare

Added TCBScans grabber + other minor changes

Full Changelog: 0.0.3...0.0.4

v0.0.3

02 Jan 00:06
093ca1a

Choose a tag to compare

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 version subcommand.
  • Use json.Unmarshal instead of gojq.
  • Use goquery instead of just cascadia.
  • Code cleanup.

Full Changelog: 0.0.2...0.0.3

v0.0.2

31 Dec 20:09
be8b5c0

Choose a tag to compare

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 Catalan

v0.0.1

31 Dec 01:33
63e4b2c

Choose a tag to compare

Very first release with support for inmanga and limited support for mangadex.