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.
>=Python3.6
- requests_html
pip3 install requests_html
or whatever
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.