Code Monkey home page Code Monkey logo

comics-downloader's Introduction

Comics Downloader

CircleCI Coverage Status Go Report Card Github All Releases Release License

Supported Sites

Getting Started

Installing

Download the latest release:

Put the script under a folder.

Usage

You can invoke the --help:

  -all
        Download all issues of the Comic or Comics
  -country string
        Set the country to retrieve a manga, Used by MangaRock
  -format string
        Comic format output, supported formats are pdf,epub,cbr,cbz (default "pdf")
  -url string
        Comic URL or Comic URLS by separating each site with a comma without the use of spaces

Multiple URLs

Without url parameter:

./comics-downloader url1 url2 url3

With url parameter:

./comics-downloader -url=url,url2,url3

Specify the format output

available formats:

  • pdf
  • epub
  • cbr
  • cbz

Default format is pdf.

example:

./comics-downloader -url=[your url] -format=epub

Download the whole comic

Provide the comic url and use the -all flag. The url provided can be any issue of the comic, or the main comic page url.

example:

./comics-downloader -url=[your url] -all

Config file

To avoid to specify everytime the output format you can create a config.yaml file in the same path of the executable.

Add the string below and substitute "cbr" with your preferred format.

NOTE: if --format or -format is specified, the value in config.yaml will be ignored.

default_output_format: "cbr"

Built With

Contribuiting

Feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details

comics-downloader's People

Contributors

girbons avatar jphager2 avatar

Watchers

 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.