Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

pierrre/mangadownloader

Repository files navigation

Manga Downloader

A manga downloader written in Go (Golang).

GoDoc Build Status(Travis is blocked on some websites...)

Features

Usage

Usage:
Pass urls (manga/chapter/page) as argument.

Options: (pass them BEFORE the arguments, Go's "flag" package is not really smart...)
  -cbz=false: CBZ
  -httpretry=5: Http retry
  -out="": Output directory
  -pagedigitcount=4: Page digit count
  -parallelchapter=4: Parallel chapter
  -parallelpage=8: Parallel page

Examples:

./mangadownloader http://www.mangareader.net/97/gantz.html
./mangadownloader http://mangafox.me/manga/berserk/c134/1.html

TODO

  • More services
    • animea
    • unixmanga
    • goodmanga
    • mangacraze
    • mangago
    • anymanga
    • mangainn
    • mangaeden
    • mangable
    • deliciousmanga
    • mangastream
  • Fix download freeze
  • Tests
  • Documentation
  • Sync
  • Input file
  • Concurrency for input
  • Progress
  • User agent
  • Improve error handling
  • Improve http error codes

About

A manga downloader written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages