This page documents the current command-line interface exposed by webtoon-downloader.
webtoon-downloader [OPTIONS] URLURL must be a Webtoons series page URL of the form:
https://www.webtoons.com/en/.../list?title_no=...Start downloading from a specific chapter number.
webtoon-downloader [url] --start 10Stop downloading at a specific chapter number.
webtoon-downloader [url] --end 50Download only the latest chapter.
webtoon-downloader [url] --latest--latest cannot be combined with --start or --end.
Set the parent output directory.
webtoon-downloader [url] --out ./downloadsChoose how each chapter is stored.
Supported values:
imageszipcbzpdf
Examples:
webtoon-downloader [url] --save-as images
webtoon-downloader [url] --save-as cbz
webtoon-downloader [url] --save-as pdfStore each chapter in its own folder when using image output.
webtoon-downloader [url] --save-as images --separateThis option is only valid with --save-as images.
Convert downloaded images to a target format.
Supported values:
jpgpng
webtoon-downloader [url] --image-format pngRequest a lower Webtoons image quality setting.
webtoon-downloader [url] --quality 50Valid values:
405060708090100
Export text metadata such as:
- series summary
- chapter titles
- author notes
webtoon-downloader [url] --export-metadataChoose the metadata export format.
Supported values:
jsontextall
webtoon-downloader [url] --export-metadata --export-format allChoose how failed requests are retried.
Supported values:
exponentiallinearfixednone
webtoon-downloader [url] --retry-strategy exponentialUsing none disables retries completely.
Set the number of chapters downloaded concurrently.
Default: 6
webtoon-downloader [url] --concurrent-chapters 2Set the number of image downloads allowed in parallel.
Default: 120
webtoon-downloader [url] --concurrent-pages 5This limit is shared across all chapter downloads.
Send requests through an HTTP proxy.
webtoon-downloader [url] --proxy http://127.0.0.1:7890Enable debug logging and richer failure context.
webtoon-downloader [url] --debugShow the installed CLI version.
Show the generated help text.
webtoon-downloader [url] --concurrent-chapters 2 --concurrent-pages 5 --retry-strategy exponentialwebtoon-downloader [url] --save-as cbz --export-metadata --export-format jsonwebtoon-downloader [url] --debug --retry-strategy fixed --concurrent-pages 3