Skip to content

Comic Downloader (ver_1.1)

Latest
Compare
Choose a tag to compare
@Anindya-Das02 Anindya-Das02 released this 25 Sep 08:23
· 1 commit to ver_1.1 since this release

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:

  1. Clone this repo.
  2. 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)
  3. 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
    
  4. Once the source_reader.json file is filled, run the main.py script. Your comic/manga will be downloaded and saved in repo/downloads folder.

For more details read the README.md