Skip to content

Releases: elboletaire/manga-downloader

v0.0.13

20 Mar 21:54
026729e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

05 Jan 21:26
7adbb14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

05 Jan 18:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

20 Jan 18:43
b344470
Compare
Choose a tag to compare

What's Changed

  • Fix float parsing issue in manganelo grabber by @elboletaire in #20
  • Fix manganelo grabber downloading (undesired) multiple chapters by @elboletaire in #21
  • Fix manganelo chapters breaking export under windows by @elboletaire in #22

Full Changelog: v0.0.9...v0.0.10

v0.0.9

20 Jan 16:59
0c65940
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

18 Jan 17:57
4491c09
Compare
Choose a tag to compare

What's Changed

  • Allow to download all chapters if no range is specified by @AlexanderArce in #7
  • Argument's aren't positional anymore, so you can now set them in whatever order you want.

prompt img

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

15 Jan 03:19
048e31d
Compare
Choose a tag to compare

Added --bundle arg, so you can now bundle/archive 馃摝 the specified ranges into a single file, rather than creating a file for each chapter.

--bundle demo

Also some minor go idiomatic changes and other minor 馃悶 fixes have been made.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

14 Jan 03:41
1fd7088
Compare
Choose a tag to compare

Better error handling, which means it won't stop the program if a single chapter, of the millions of chapters you're downloading 馃憖, fails.

鈿欙笍 You can now also define the filename template via arg:

manga-downloader --filename-template="{{.Series}} {{.Number}} - {{.Title}}" https://......

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Jan 01:39
7268006
Compare
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
Compare
Choose a tag to compare

Added TCBScans grabber + other minor changes

Full Changelog: 0.0.3...0.0.4