Git Product home page Git Product logo

mangafox-download-script's Introduction

Mangafox Download Script

About

Mangafox Download Script is a manga downloader similar to my old Onemanga Download Script (although onemanga.com shut down). It works by downloading each individual page and parsing it for the image url. Then it downloads all the images. I created this because I prefer reading manga with the use of a viewer like Comix. I also prefer keeping manga on my hard drive in case I am not connected to the internet.

Dependencies

  • Python 2.6 and up (not tested with Python 3)
  • BeautifulSoup (pip install beautifulsoup)

Tested on Ubuntu Linux 9.04, 9.10, 10.04, 10.10, and 11.04. It should work on any Linux, OS X, or Windows machine as long as they've got the dependencies.

Usage

To download an entire series

~ $ python mfdl.py [MANGA_NAME]

To download a specific chapter (downloads wrong chapter if a manga has a strange numbering scheme like starting with 0)

~ $ python mfdl.py [MANGA_NAME] [CHAPTER_NUMBER]

To download a range of manga chapter (same caveats as above):

~ $ python mfdl.py [MANGA_NAME] [RANGE_START] [RANGE_END]

Examples

Download all of Yureka::

~ $ python mfdl.py Yureka

Download Yureka chapter 165:

~ $ python mfdl.py Yureka 165

Download Yureka chapters 160-170:

~ $ python mfdl.py Yureka 160 170

Notes

Please do not overuse and abuse this and destroy Mangafox. If you've got some cash, why not donate some to them and help them keep alive and combat server costs? I really would not like people to destroy Mangafox because of greedy downloading. Use this wisely and don't be evil.

mangafox-download-script's People

Contributors

techwizrd avatar

Stargazers

Imam Omar avatar

Watchers

Imam Omar 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.