A fast CLI for downloading chapters from Webtoons. ⚡📚
Report Bug
·
Request Feature
·
View Docs
Webtoon Downloader downloads public Webtoons series and saves them as:
- image folders
- ZIP archives
- CBZ archives
- PDFs
It also supports metadata export, image quality selection, retry strategies, proxies, and async downloads with progress reporting.
Supported site:
Requires Python 3.10+.
Install with uv:
uv tool install webtoon_downloaderOr with pipx:
pipx install webtoon_downloaderDownload a series:
webtoon-downloader "https://www.webtoons.com/en/.../list?title_no=..."Useful first commands:
webtoon-downloader [url] --latest
webtoon-downloader [url] --start 10 --end 25
webtoon-downloader [url] --save-as cbz
webtoon-downloader [url] --out ./downloads --separate
webtoon-downloader [url] --export-metadata --export-format json
webtoon-downloader [url] --proxy http://127.0.0.1:7890 --concurrent-pages 5
webtoon-downloader [url] --debugRun webtoon-downloader --help for generated CLI help.
Full docs site:
Useful pages:
Repository copies of those docs:
- docs/getting-started.md
- docs/cli.md
- docs/faq.md
- docs/architecture.md
- docs/development.md
- docs/modules.md
Some failures are outside the project’s control:
- Webtoons rate limiting and slow CDN responses
- Daily Pass and app-only chapter access
- upstream site markup or API changes
If you want details and workarounds, read the FAQ.
Contributions are welcome.
Typical flow:
- Fork the repo
- Create a branch
- Make your changes
- Run checks
- Open a pull request
Contributor docs:
This tool is intended for personal and educational use only. You are responsible for how you use it, including compliance with the terms of service of the websites involved.
Distributed under the MIT License. See LICENSE.
Zehina – zehinadev@gmail.com
Project links: