Skip to content

goopypanther/webtoon-dl.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Webtoon-dl.py

Comic downloader/scraper for http://www.webtoons.com. Download individual comics or entire galleries. Output as CBZ archives or as sets of folders containing numbered images.

Requires

Installing

pip3 install requests_html or whatever

Usage

usage: webtoon-dl.py [-h] [-r] [-n] [-o OUTPUT] webtoon_url [webtoon_url ...]

  webtoon_url           Url to webtoon comic or creator page.
                        Multiple URLs may be entered.

optional arguments:
  -h, --help            Show this help message and exit.
  -r, --raw             Save image files to folder instead of CBZ output.
  -n, --number          Add issue numbers to file names (useful when issue names do not contain numbering).
  -o OUTPUT, --output OUTPUT
                        Path to output directory. Defaults to current directory.

About

Webtoons.com downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages