Giter Site home page Giter Site logo

mangadownload's Introduction

Build Status

MangaDownload

Python script to downoad manga from web.It works by scraping images off each manga page.It is useful for people like me who have a slow internet and prefer to read offline.

Dependencies

  • Python 2.7
  • BeautifulSoup (use pip install BeautifulSoup or pip install BeautifulSoup4 to install)

Tested on Fedora 20. Should work on any Linux Distribition as long as dependencies are installed.

Features

The script offers many features notable a resume featue.

  • Resume: Automatically detects missing pages from every chapter and downloads it as long as the download location is same.
  • Selective Download: You can specify what range of chapters to download or download a specific chapter.
  • Destination: You can specify where to download the manga.

Usage

The script works thru command-line options:

  1. This will display all the help related to options available
   python manga.py --help
  1. This will download the manga given by manga_name from beginning to end
   python manga.py [manga_name]
  1. This will download the manga at location pointed by TARGET
   python manga.py [manga_name] --target TARGET
  1. This will download the given manga from chapters BEGIN to END
   python manga.py [manga_name] -b [BEGIN] -e [END]

Note that if -b is not specified, default is taken as the first chapter. Similarly if -e is omitted, the program downloads till the last chapter.

  1. This will download only one chapter CHAPTER
   python manga.py [manga_name] -c [CHAPTER]

Bitdeli Badge

mangadownload's People

Contributors

aadityanair avatar bitdeli-chef avatar parthkolekar avatar

Stargazers

 avatar  avatar  avatar  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.