All Projects → Girbons → Comics Downloader

Girbons / Comics Downloader

Licence: mit
tool to download comics and manga in pdf/epub/cbr/cbz from a website

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Comics Downloader

InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-77.37%)
Mutual labels:  comic, manga, epub
Mangareader To Ebook
download mangareader and make epub
Stars: ✭ 12 (-93.68%)
Mutual labels:  pdf, epub, manga
comi
ComiGO:Simple, cross-platform manga reader。简单、跨平台的漫画阅读器。シンプルな漫画リーダー。
Stars: ✭ 34 (-82.11%)
Mutual labels:  comic, manga, epub
Epub Manga Creator
a web GUI for create japanese epub manga
Stars: ✭ 90 (-52.63%)
Mutual labels:  epub, manga, comic
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+1446.32%)
Mutual labels:  pdf, epub, comic
Hhcomicviewer
[DEPRECATED] 这是一个汗汗漫画网的android平台阅读软件
Stars: ✭ 26 (-86.32%)
Mutual labels:  manga, comic
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+437.37%)
Mutual labels:  pdf, epub
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+442.11%)
Mutual labels:  pdf, epub
Koreader Base
Base framework offering a Lua scriptable environment for creating document readers
Stars: ✭ 81 (-57.37%)
Mutual labels:  pdf, epub
Ehviewer
[DEPRECATED] An Unofficial E-Hentai Application for Android
Stars: ✭ 6,764 (+3460%)
Mutual labels:  manga, comic
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+4882.63%)
Mutual labels:  pdf, epub
Graphicsrenderer
A drop-in UIGraphicsRenderer port -- CrossPlatform, Swift 4, Image & PDF
Stars: ✭ 85 (-55.26%)
Mutual labels:  pdf, osx
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-87.89%)
Mutual labels:  pdf, epub
Stronghold
Easily configure macOS security settings from the terminal.
Stars: ✭ 813 (+327.89%)
Mutual labels:  command-line-tool, osx
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (+326.32%)
Mutual labels:  pdf, epub
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+544.21%)
Mutual labels:  epub, manga
Mhviewer
漫画浏览器
Stars: ✭ 109 (-42.63%)
Mutual labels:  manga, comic
Misakatranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
Stars: ✭ 2,211 (+1063.68%)
Mutual labels:  manga, comic
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+1726.84%)
Mutual labels:  pdf, epub
Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (+291.58%)
Mutual labels:  pdf, epub

Comics Downloader

CircleCI Coverage Status Go Report Card Github All Releases Release License

Buy Me A Coffee

Supported Sites

Getting Started

Installing

Download the latest release:

Download the latest GUI release:

Put the script under a folder.

Usage

You can invoke the --help:

Usage:
  -all
        Download all issues of the Comic or Comics
  -country string
        Set the country to retrieve a manga, Used by MangaDex which uses ISO 3166-1 codes
  -daemon
        Run the download as daemon
  -debug
    	Shows Debug log
  -format string
        Comic format output, supported formats are pdf,epub,cbr,cbz (default "pdf")
  -images-format
        To use with images-only flag, choose the image format, available png,jpeg,img (default "jpg")
  -images-only
        Download comic/manga images
  -last
        Download the last Comic issue
  -output string
        Folder where the comics will be saved
  -range
        Range of issues to download, example 3-9
  -timeout int
        Timeout (seconds), specifies how often the downloader runs (default 600)
  -url string
        Comic URL or Comic URLS by separating each site with a comma without the use of spaces
  -version
        Display release version

Options supported

Source all country last
http://www.comicextra.com/
https://readcomiconline.to/
https://www.mangareader.net/
http://www.mangatown.com/
https://mangadex.cc/
https://mangadex.org/

Checking for mangas using a Raspberry Pi

If you'd like to track your favourite mangas you can use this bash script.

Multiple URLs

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

Download the range of issues

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

example:

./comics-downloader -url=[your url] -range=[start-end]

Download the last comic issue

To download the last comic issue use -last flag.

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

Download to custom folder

To download to a custom folder use the -output flag. The folder will be created if not already existing.

./comics-downloader -url=[your url] -output=[your path]

Run as daemon

You can run the CLI downloader as daemon using -daemon flag. works only if -all or -last flags are specified.

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

You can customize the daemon timeout using the -timeout flag.

./comics-downloader -url=[your url] -daemon -timeout=300

Download Only the Images

You can download only the images using -images-only flag.

./comics-downloader -url=[your url] -images-only

To choose the format use -images-format flag, the available formats are:

  • img
  • png
  • jpg

Default is jpg.

./comics-downloader -url=[your url] -images-only -images-format=jpg

Built With

Contribuiting

Feel free to submit a pull request, a guide to setup the development enviroment is available here

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].