knmac / ComicDownloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComicDownloader

About

Download comic with a given URL of a chapter (or series) or a file containing chapter URL. For the time being, only support readcomiconline.to.

Usage

For more information about how to use downloader.py, run the command;

python downloader.py -h

For more examples, please see run_downloader_example.sh

Dependencies

  • Python3
  • cfscraper
  • progressbar

To install dependencies, run the command

pip install -r requirements.txt

About


Languages

Language:Python 95.5%Language:Shell 4.5%