Code Monkey home page Code Monkey logo

kissmanga-dl's Introduction

kissmanga-dl

Download manga from KissManga and build PDFs easily!.

Features

  • Download all chapters as images.
  • Build PDF for each chapter.

Prerequisites

Instructions

  1. Download this repository using git clone or zip download option.
  2. Navigate to downloaded directory in your terminal.
  3. Run pipenv shell and then pipenv install to install dependencies.
  4. (optional) If you want to use a custom download directory, simply change the value of DOWNLOAD_DIRECTORY.
  5. Run python3 download.py (or python download.py) to start the script.
  6. It will ask for a KissManga url. Provide the url of the manga you want to download (url of the page with chapter list) and hit ENTER.
  7. Specify which chapters you want to download.
  • You can specify chapters as below,
    • All chapters : *
    • Specific chapter: 1 (just the chapter number)
    • Multiple chapters: 1,2,3,4 (chapter numbers seperated by commas)
    • Chapter range: 1-3 (from 1st chapter to 3rd chapter)

Notes

Currently only works for manga with JPG formatted chapters.

Example

$ python3 download.py

Enter KissManga URL: https://kissmanga.org/manga/example
Enter chapters: 1

Log: Downloading: chapter_1.0 : 1.jpg
Log: Downloading: chapter_1.0 : 2.jpg
Log: Downloading: chapter_1.0 : 3.jpg
Log: Downloading: chapter_1.0 : 4.jpg
Log: Downloading: chapter_1.0 : 5.jpg
Log: Downloading: chapter_1.0 : 6.jpg

Log: PDF downloads/example/chapter_1.0/chapter_1.0.pdf created

kissmanga-dl's People

Contributors

dependabot[bot] avatar ipmanlk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.