Comic Downloader
A simple python script to download & create PDF of your favourite Comics, Mangas & more.
Works based on web scrapping & so this script will work on any site where comic pages (images) URLs are in a pattern.
version: v1.1
How to Use:
- Clone this repo.
- Open the comic you want to download, right click on the page/image and click on
open image on a new tab
. Check the image url. If the page URLs are in a pattern (ex:/page-001.jpg
,/page-002.jpg
,/page-003.jpg
) - Fill in the details in the
source_reader.json
file. This file contains details on what to download, how to save, etc. Use--demo
arg to generate a sample source_reader.json file.$ python3 main.py --demo
- Once the source_reader.json file is filled, run the
main.py
script. Your comic/manga will be downloaded and saved inrepo/downloads
folder.
For more details read the README.md