Skip to content

Releases: Zehina/Webtoon-Downloader

1.0.1: Fix windows run issues

05 Jan 21:23
Compare
Choose a tag to compare
  • Fix the CLI not being able to register interrupt signal on Windows.

Full Changelog: 1.0.0...1.0.1

1.0.0

05 Jan 20:08
Compare
Choose a tag to compare
  • Move to using async requests instead of future executors.
  • Adds cbz/zip using the new --save-as option. Resolves #1
  • dest proprely behaves as if no value was provided. Resolves #11
  • Adds pdf as a --save-as option. Resolves #27
  • Image extension is properly saved and not hardcoded to jpg. Resolves #8
  • Much faster downloading than before.

Full Changelog: v0.8.0...1.0.0

0.8.0: last tag before overhaul

05 Jan 18:47
90a7568
Compare
Choose a tag to compare

This release will include the last fixes and changes before the new overhaul which will change the whole structure of the project.

This tag includes:

Thank you @olaf-mandel for all the improvements.

v.0.7.2: Fix series title fetching and Chinese letters

12 Aug 11:43
Compare
Choose a tag to compare

Fixes #24 by using a simpler logic to get the webtoon series title
Fixes #23 by sluggifying the file name correctly
Full Changelog: v0.7.1...0.7.2

v.0.7.1: Improve episode count fetch

14 Jun 23:59
Compare
Choose a tag to compare
  • Fixes issue with some Webtoons having a data_episode_no greather than 2.
  • The data is now fetched instead of hardcoded values of 1 and 2.
  • Also adds a file logger and a rich traceback for better debugging

V0.7.0: Fixed critical bugs and added latest chapter download capability

09 Feb 23:55
Compare
Choose a tag to compare
  • Added (-l / --latest) positional argument for downloading only the latest released chapter.
  • Fixed Inconsistent naming of some chapters which was due to some unkown jumps in chapter numbering.
Consistent Numbering ✔️ Inconsistent Numbering ❌
image image
  • Fixed the Innability to download series belonging to the Challenge category which uses a different html layout compared to other series.
Challenge Category Webtoons Regular Webtoons
image image

0.6.0: Added seperate chapter download folder capability

27 Sep 21:16
Compare
Choose a tag to compare

Added new positional argument (--seperate) which enables downloading chapters into seperate folders

V0.5.1

26 Sep 18:34
Compare
Choose a tag to compare

Removed some forgotten log outputs. the terminal output should be cleaned now

V0.5.0: url argument switching to positional

26 Sep 17:49
Compare
Choose a tag to compare

The url argument is now taken as a positional argument, meaning that their is no need to specify the '--url' option anymore to provide the link.
The positional arguments are now also showcased with different colors compared to the options arguments.
These 2 colors can be changed by passing different values to the ArgumentParser constructor.

V0.4.2: Code Cleanup

24 Sep 10:01
Compare
Choose a tag to compare

Removed unused variable and slight modification to progress bar output.