Webtoon-Downloader

Webtoons Scraper able to download all chapters of any series wanted.

MIT License

Downloads
225
Stars
138

Bot releases are hidden (Show)

Webtoon-Downloader - v0.8.0: last tag before overhaul Latest Release

Published by Zehina 10 months ago

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.

Webtoon-Downloader - v.0.7.2: Fix series title fetching and Chinese letters

Published by Zehina about 1 year ago

Fixes https://github.com/Zehina/Webtoon-Downloader/issues/24 by using a simpler logic to get the webtoon series title
Fixes https://github.com/Zehina/Webtoon-Downloader/issues/23 by sluggifying the file name correctly
Full Changelog: https://github.com/Zehina/Webtoon-Downloader/compare/v0.7.1...0.7.2

Webtoon-Downloader - v.0.7.1: Improve episode count fetch

Published by Zehina over 1 year ago

  • 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
Webtoon-Downloader - V0.7.0: Fixed critical bugs and added latest chapter download capability

Published by Zehina over 2 years ago

  • 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
Webtoon-Downloader - 0.6.0: Added seperate chapter download folder capability

Published by Zehina about 3 years ago

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

Webtoon-Downloader - V0.5.1

Published by Zehina about 3 years ago

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

Webtoon-Downloader - V0.5.0: url argument switching to positional

Published by Zehina about 3 years ago

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.

Webtoon-Downloader - V0.4.2: Code Cleanup

Published by Zehina about 3 years ago

Removed unused variable and slight modification to progress bar output.

Webtoon-Downloader - V0.4.1: Remove unused variables & format output

Published by Zehina about 3 years ago

Removed some unused variable and added an additional spinner animation to the transfer speed progress bar.

Webtoon-Downloader - V0.4.0: Added concurent chapter download functionality

Published by Zehina about 3 years ago

The chapter downloader function has been modifed to enable nested concurency where it is now able to run multiple threads that download different chapters which all spawn their own threads for concurent download of pages.

Webtoon-Downloader - V0.3.0: Added Multi-Threading to chapter download task

Published by Zehina about 3 years ago

The chapter downloader is now able to use multi-threading for a way faster downloading performance.

Webtoon-Downloader - V0.2.1: Add setup tools

Published by Zehina about 3 years ago

Configure setup tools with the necessary files.

Webtoon-Downloader - V0.2.0: Add alternative image extension support

Published by Zehina about 3 years ago

Add:

Images can now be saved either using 'jpg' or 'png' format using the --images-format argument.

Package Rankings
Top 38.22% on Pypi.org
Badges
Extracted from project README
Release Build status codecov Commit activity License