Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 571 Bytes

dmzj-downloader

downloader for https://manhua.dmzj.com/, based on requests and pyppeteer

how to use

First, clone the project and install the dependencies:

git clone https://github.com/Stevearzh/dmzj-downloader

cd dmzj-downloader

python3 -m venv ./venv

source ./venv/bin/activate

pip install -r requirements.txt

Then, edit downloader.py, copy the comic's url you want to download to comic_url

Finally, run script:

python downloader.py

Enjoy!