{ "info": { "author": "Xonshiz", "author_email": "xonshiz@psychoticelites.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: Public Domain", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Multimedia :: Graphics" ], "description": "[![N|Solid](https://raw.githubusercontent.com/Xonshiz/comic-dl/master/Images/Icon.png)](https://github.com/Xonshiz/comic-dl)\n# Comic-DL | [![Build Status](https://travis-ci.org/Xonshiz/comic-dl.svg?branch=master)](https://travis-ci.org/Xonshiz/comic-dl) [![Documentation Status](https://readthedocs.org/projects/comic-dl/badge/?version=latest)](http://comic-dl.readthedocs.io/en/latest/?badge=latest) | [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/xonshiz) | [![GitHub release](https://img.shields.io/github/release/xonshiz/comic-dl.svg?style=flat-square)](https://github.com/xonshiz/comic-dl/releases/latest) | [![Github All Releases](https://img.shields.io/github/downloads/xonshiz/comic-dl/total.svg?style=flat-square)](https://github.com/xonshiz/comic-dl/releases)\n\nComic-dl is a command line tool to download Comics and Manga from various Manga and Comic sites easily. You can search Manga from this tool as well. Idea from [youtube-dl](https://github.com/rg3/youtube-dl)\n\n> Don't overuse this script. Support the developers of those websites by disabling your adblock on their site. \n>Advertisments pay for the website servers.\n\n> Searching and downloading that manga is supported via MangaEden's API : http://www.mangaeden.com/api/\n\n## Table of Content\n\n* [Supported Sites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md)\n* [Dependencies Installation](#dependencies-installation)\n * [Linux/Debian](#linuxdebian-)\n * [Windows](#windows-)\n * [Mac OS X](#mac-os-x-)\n* [Installation](#installation)\n* [Python Support](#python-support)\n* [Windows Binary](#windows-binary)\n* [List of Arguments](#list-of-arguments)\n* [Language Codes](#language-codes)\n* [Using The Search](#using-the-search)\n* [Youtube Tutorial](https://www.youtube.com/watch?v=TmQYhLHEZxA)\n* [Usage](#usage)\n * [Windows](#windows)\n * [Linux/Debian](#linuxdebian)\n* [Features](#features)\n* [Changelog](https://github.com/Xonshiz/comic-dl/blob/master/Changelog.md)\n* [Opening An Issue/Requesting A Site](#opening-an-issuerequesting-a-site)\n * [Reporting Issues](#reporting-issues)\n * [Suggesting A Feature](#suggesting-a-feature)\n* [Contributors](https://github.com/Xonshiz/comic-dl/blob/master/Contributors.md)\n* [Notes](#notes)\n* [Donations](#donations)\n\n## Supported Websites\nYou can check the list of supported websites [**`HERE`**](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md).\n\n## Dependencies Installation\nThis script can run on multiple Operating Systems. You need `Node.js` in your system's path for this script to work (You need this on each and every Operating System, even on WINDOWS :/). Download the `Node.Js` from [Node.js official website](https://nodejs.org/en/). Doesn't matter which operating system you're on, this is a must. Follow the instructions mentioned below, according to your OS.\n\n### Linux/Debian :\nSince most (if not all) Linux/Debian OS come with python pre-installed, you don't have to install python manually. Make sure you're using python >= 2.7.x though.\n\nWe need `pip` to install any external dependenc(ies). So, open any terminal and type in `pip list` and if it shows some data, then it is fine. But, if it shows error, like `pip not found` or something along this line, then you need to install `pip`. Just type this command in terminal :\n\n`sudo apt-get install python-pip`\n\nIf you're on Fedora, CentOS/RHEL, openSUSE, Arch Linux, then you simply need to follow [`THIS TUTORIAL`](https://packaging.python.org/install_requirements_linux/) to install `pip`.\n\nIf this still doesn't work, then you'll manually need to install pip. Doing so is an easy one time job and you can follow [`THIS TUTORIAL`](https://pip.pypa.io/en/stable/installing/) to do so.\n\nWe need `PhantomJS` to access some websites. So, after all this, we'll install PhantomJS.\n\nFirst, make sure your system is updated :\n```\nsudo apt-get update\nsudo apt-get install build-essential chrpath libssl-dev libxft-dev\n```\nGrab Dependencies for PhantomJS (most important) :\n```\nsudo apt-get install libfreetype6 libfreetype6-dev\nsudo apt-get install libfontconfig1 libfontconfig1-dev\n```\nGrab the suitable `tar.bz2` file from this [link](http://phantomjs.org/download.html)\nExtract the contents of this `tar.bz2` file you just downloaded. Open a terminal and follow the commands. \n* Don't forget the change the name of the file(s) mentioned here with the ones that you downloaded.There might be a newer version when you download\n```\ncd /Name/of_the/directory/that/contains/the/tar_bz2/file\nexport PHANTOM_JS=\"phantomjs-2.1.1-linux-x86_64\"\nsudo tar xvjf $PHANTOM_JS.tar.bz2\n```\nOnce downloaded, move Phantomjs folder to /usr/local/share/ and create a symlink:\n```\nsudo mv $PHANTOM_JS /usr/local/share\nsudo ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin\n```\nIf none of these commands gave error(s), PhantomJS should be installed in your Linux/Debian systems just fine. You can check it by entering this command in any terminal :\n```\nphantomjs --version\n```\n\n### Windows :\nIf you're on windows, then it is recommended to download the [`windows binary`](https://github.com/Xonshiz/comic-dl#windows-binary) for this script. If you use the windows binary, you don't need to install anything, except Node.js. But, if for some weird reason you want to use Python script instead, then follow these steps :\n\n* Install Python > 2.7.6. Download the desired installer from [here](https://www.python.org/downloads/).\n* [Add it in the system path](http://superuser.com/questions/143119/how-to-add-python-to-the-windows-path) (if not already added).\n* If you're using python >2.7.9, you don't need to install `PIP`. However, if you don't have pip installed and added in windows path, then do so by following [this little tutorial](http://stackoverflow.com/a/12476379).\n* Download [this `text`]() file and put it in some directory/folder.\n* Open Command Prompt and browse to the directory where you downloaded your requiremenets.txt file and run this command :\n```\npip install -r requirements.txt\n```\n* It should install the required external libraries.\n* Download PhantomJS : http://phantomjs.org/download.html\n\nNow, install Node.Js as well and make sure it's in your path.\n\nWell, if everything came up good without any error(s), then you're good to go!\n\n### Mac OS X :\nMac OS X users will have to fetch their version of `Python` and `Pip`.\n* Python installation guide : http://docs.python-guide.org/en/latest/starting/install/osx/\n* Pip installation guide : http://stackoverflow.com/questions/17271319/installing-pip-on-mac-os-x\n* PhantomJS Mac Binary : http://phantomjs.org/download.html (Download the latest build for your OS)\n\nAfter downloading and installing these, you need to add PIP & Python in your path. Follow [`THIS LITTLE GUIDE`](http://www.pyladies.com/blog/Get-Your-Mac-Ready-for-Python-Programming/) to install both, Python & pip successfully.\n\n## Installation\nAfter installing and setting up all the dependencies in your Operating System, you're good to go and use this script.\nThe instructions for all the OS would remain same. Download [`THIS REPOSITORY`](https://github.com/Xonshiz/comic-dl/archive/master.zip) and put it somewhere in your system. Move over the `comic_dl` folder.\n\n**Windows users**, it's better to not place it places where it requires administrator privileges. Good example would be `C:\\Windows`. This goes for both, the Python script and the windows binary file (.exe).\n\n**Linux/Debian** users make sure that this script is executable.just run this command, if you run into problem(s) :\n\n`chmod +x __main__.py`\n\nand then, execute with this :\n\n`./__main__.py`\n\n## Python Support\nThis script supports both, Python 3 and Python 2.\n\n## Windows Binary\nIt is recommended that windows users use this binary to save both, your head and time from installing all the dependencies. \n\nYou need to download and install [Node.js](https://nodejs.org/en/) and make sure it is in your Windows path (watch out for the tick box during install). \n\nYou also need to download [PhantomJS](http://phantomjs.org/download.html) and keep it in the same directory as that of this windows binary file or you need to have PhantomJS in your path. PhantomJS is required for some websites, which you can check in the [list of supported sites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md).\n\nIf you already have it, then you can download this binary and start using the script right off the bat :\n* `Binary (x86)` : [Click Here](https://github.com/Xonshiz/comic-dl/releases/latest)\n\n\n## List of Arguments\nCurrently, the script supports these arguments :\n```\n-h, --help Prints the basic help menu of the script and exits.\n-i,--input Defines the input link to the comic/manga.\n-V,--version Prints the VERSION and exits.\n-a,--about Prints ABOUT and USAGE of the script and exits.\n-u,--username Indicates username for a website.\n-p,--password Indicates password for a website.\n-v,--verbose Enables Verbose logging.\n--sorting\t\t\t\t\t\t\t Sorts the download order.(VALUES = asc, ascending,old,new,desc,descending,latest,new)\n-dd,--download-directory Specifies custom download location for the comics/manga.\n-rn,--range Selects the range of Chapters to download (Default = All) [ Ex : --range 1-10 (This will download first 10 episodes of a series)]\n--convert\t\t\t\t\t\t Tells the script to convert the downloaded Images to PDF or anything else. (Supported Values : pdf, cbz) (Default : No) [By default, script will not convert anything.]\n--keep \t\t\t\t\t\t\t Tells the script whether to keep the files after conversion or not. (Supported : No, False) (Default : Yes/True) [By default, images will be kept even after conversion.]\n--quality \t\t\t\t\t\t Tells the script about the image quality you want to download. (Supported Values : low/bad/worst/mobile/cancer) [By default, images will be downloaded in Highest Quality Available. No need to provide any option.]\n-find, --search Searches for a manga through the Manga Eden Database.\n-ml, --manga-language Selects the language for manga. 0 is English (Default) and 1 is Italian.\n-sc, --skip-cache Forces to skip cache checking.\n-cid, --chapter-id Takes the Chapter ID to list all the chapters in a Manga.\n-fd, --force-download Forces download of chapters, when using comic-dl's search function.\n-pid, --page-id Takes the Page ID to download a particular \"chapter number\" of a manga.\n```\n\n## Language Codes:\nThese codes correspond to the languages. So, just pass in these language codes, to download Manga/Comic in that language (only supported by few sites).\n\nLanguage Code --> Language\n--------------------------\n```\n0 --> English\n1 --> Italian\n2 --> Spanish\n3 --> French\n4 --> German\n5 --> Portuguese\n6 --> Turkish\n7 --> Indonesian\n8 --> Greek\n9 --> Filipino\n10 --> Polish\n11 --> Thai\n12 --> Malay\n13 --> Hungarian\n14 --> Romanian\n15 --> Arabic\n16 --> Hebrew\n17 --> Russian\n18 --> Vietnamese\n19 --> Dutch\n20 --> Bengali\n21 --> Persian\n22 --> Czech\n23 --> Brazilian\n24 --> Bulgarian\n25 --> Danish\n26 --> Esperanto\n27 --> Swedish\n28 --> Lithuanian\n29 --> Other \n```\n\n#### Note :\n1.) Some websites like bato.to don't let you view some pages if you're not logged in. You'll have to create an account and pass the login information to the script via `-p` and `-u` arguments.\n\n2.) Since omgbeaupeep is uh... well, you just need to pass the absolute chapter numbers in the range section for that. For eg : Check out [Richie Rich](http://www.omgbeaupeep.com/comics/Richie_Rich/647/). If you want to download first 600 episodes, you would pass : --range 001-600. Just check the URLs for those chapters and pass accordingly.\n\n## Using The Search\nIn the updated of version 2017.12.28, searching is also available. This is a rather confusing approach though, so carefully read this section.\n\nWhen you search via this tool, you will get the list of Manga and their respective unique IDs, that you will later use to download those Manga. Firstly, you will search for a Manga, it'll show it's unique ID, which you will copy and then pass into the tool again, it will list all the chapters listed in that particular Manga. The tool will then ask whether you want to download all the chapters belonging to that Manga. You can type in \"Yes\", \"Y\", \"N\" or \"No\" accordingly.\n\n### How To Find A Manga:\nTo search for a Manga, you need to use `-find` or `--search` argument followed by Manga Name.\n```\nWindows Binary Command : `comic_dl.exe -find \"\"`\nPython Command : `__main__.py -find \"\"`\n```\n\nFor Example : If we wish to search for \"One Piece\", we wil use this : `comic_dl.exe -find \"One Piece\"`\n\nThis will show something like this :\n```\nManga Name --> Manga ID\n------------------------\nOne Piece: Wanted! --> 4e70ea60c092255ef7006726\nOne Piece (Databook) --> 5218b0ef45b9ef8b83731b00\nOne Piece x Toriko --> 4e70ea75c092255ef7006ee2\nOne Piece dj - Boukyaku Countdown --> 55a19e2b719a1609004ad1f3\nOne Piece --> 4e70ea10c092255ef7004aa2\nOne Piece Party --> 566d9611719a1697dd8cf79a\nOne Piece dj - Tears Will Surely Turn into Strength --> 55a19e31719a1609004ad1f7\nOne Piece dj - Lotus Maker --> 55a19e2e719a1609004ad1f5\nOne Piece dj - Three Days of Extreme Extravagance --> 55a19e34719a1609004ad1f9\n```\n\nAs you can see, all the Manga matching the name show up, along with their unique IDs. You need to note these IDs down, if you want to download any of these Manga.\nHere, for sake of an example, we'll take \"One Piece\" Manga and its ID is : \"4e70ea10c092255ef7004aa2\".\n#### Note :\n* When ever you search/find a Manga, comic_dl makes a \"Manga_Eden_Data.json\" file, which more or less serves as a Cache. It'll always reference the cache file for the next 24 hours. However, if you don't want it to use that cache file, just pass `--skip-cache` argument along with your command, and it will ignore the cache completely and fetch fresh resources and overwrite the older cache to update it.\n* By default, the tool searches for only Manga translated in English Language. But, if you want to search for Manga translated in Italian, you can pass this argument : `--manga-language 1`.\n\n### Getting List Of Chapters For A Manga:\nSo, now that you have the Manga's unique ID (mentioned above), you can now use that ID to get list of all the chapters for that Manga, or can even download those chapters directly.\nSo, to list all the chapters of \"One Piece\", we will pass its ID with the argument `--chapter-id`. The command will be:\n```\nWindows Binary Command : `comic_dl.exe --chapter-id \"\"`\nPython Command : `__main__.py --chapter-id \"\"`\n```\n\nOur example command for One Piece would be : `comic_dl.exe --chapter-id \"4e70ea10c092255ef7004aa2\"`\n\nThis will return all the chapters, along with their unique IDs, which can be later used to download a separate chapter.\n```\nChapter Number --> Chapter ID\n-----------------------------\n761.5 --> 54ad50d045b9ef961eeeda2e\n714.5 --> 5552a262719a163d21dc7125\n2 --> 4efe1d2ac0922504a300001a\n127.5 --> 54ad15c445b9ef961eee798b\n4 --> 4efe1d20c092250492000014\n379.5 --> 5372485a45b9ef6a97744417\n217.5 --> 54ad1f3245b9ef961eee826b\n```\n#### Note:\n* If you use this command, it'll just list the chapters and then ask whether you want to download the chapters or not. If you wish to download the chapters without asking, just pass `--force-download` option along with the main command line. Script will NOT ask you anything. It'll list the chapters and start downloading them.\n* If you wish to download only a few chapters in a range, you can do so by giving the good old `--range` command. If you pass this argument, the script will not ask you whether you want to download the chapters or not. You will not need `--force-download` option, if you are using `--range` already.\n* Sorting is NOT supported in this, yet. YET!\n\n### Download A Chapter:\nYou can download all the chapters of a Manga, as stated in the previous step. But, if you wish to download a particular chapter, then you need to get the unique ID of the chapter (mentioned above) and then download that chapter separately.\nYou need to use `--page-id \"\"` argument.\n```\nWindows Binary Command : `comic_dl.exe --page-id \"\"`\nPython Command : `__main__.py --page-id \"\"`\n```\nOur example command for One Piece, chapter 2 would be : `comic_dl.exe --page-id \"4efe1d2ac0922504a300001a\"`\n#### Note:\n* If you download the chapter separately, you will need to provide the `Manga Name` and `Chapter Number` yourself. Because MangaEden's API doesn't list those values in their JSON reply (weird).\n\n\n## Youtube Tutorial\n[![Check The YouTube Tutorial](https://img.youtube.com/vi/TmQYhLHEZxA/0.jpg)](https://www.youtube.com/watch?v=TmQYhLHEZxA)\n\n## Usage\nWith this script, you have to pass arguments in order to be able to download anything. Passing arguments in a script is pretty easy. Since the script is pretty basic, it doesn't have too many arguments. Go check the [`ARGUMENTS SECTION`](https://github.com/Xonshiz/comic-dl#list-of-arguments) to know more about which arguments the script offers.\n\nFollow the instructions according to your OS :\n\n### Windows\nAfter you've saved this script in a directory/folder, you need to open `command prompt` and browse to that directory and then execute the script. Let's do it step by step :\n* Open the folder where you've downloaded the files of this repository.\n* Hold down the **`SHIFT`** key and while holding down the SHIFT key, **`RIGHT CLICK`** and select `Open Command Prompt Here` from the options that show up.\n* Now, in the command prompt, type this :\n\n*If you're using the windows binary :*\n\n`comic_dl.exe -i `\n\n*If you're using the Python Script :*\n\n`__main__.py -i `\n\nURL can be any URL of the [supported websites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md).\n\n### Linux/Debian\nAfter you've saved this script in a directory/folder, you need to open `command prompt` and browse to that directory and then execute the script. Let's do it step by step :\n* Open a terminal, `Ctrl + Alt + T` is the shortcut to do so (if you didn't know).\n* Now, change the current working directory of the terminal to the one where you've downloaded this repository.\n* Now, in the Terminal, type this :\n\n`__main__.py -i `\n\nURL can be any URL of the [supported websites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md).\n\n## Features\nThis is a very basic and small sript, so at the moment it only have a few features.\n* Downloads a Single Chapter and puts in a directory with the comic name, volume and chapter.\n* Downloads all the chapters available for a series.\n* Skip if the file has already been downloaded.\n* Show human readable error(s) in most places.\n\n## Changelog\nYou can check the changelog [**`HERE`**](https://github.com/Xonshiz/comic-dl/blob/master/Changelog.md).\n\n## Opening An Issue/Requesting A Site\nIf your're planning to open an issue for the script or ask for a new feature or anything that requires opening an Issue, then please do keep these things in mind.\n\n### Reporting Issues\nIf you're going to report an issue, then please run the script again with the \"-v or --verbose\" argument. It should generate a file in the same directory, with the name \"Error Log.log\". Copy that log file's data and post it on a [Gist](https://gist.github.com/) and share that gist's link while reporting the issue here. Make sure you **EDIT OUT YOUR USERNAME AND PASSWORD**, if supplied within the command.\n\nIf you don't include the verbose log, there are chances it'll take time to fix the issue(s) you're having. Please follow this syntax :\n\n**Command You Gave** : What was the command that you used to invoke the script?\n\n**Expected Behaviour** : After giving the above command, what did you expect shoud've happened?\n\n**Actual Behaviour** : What actually happened?\n\n**Link To Gist** : As mentioned earlier, post the error log in a gist and share that link here.\n\nP.S : Just attaching a screenshot will NOT tell or anyone else what happened behind the scenes. So, Error Log is mandatory.\n\n \n### Suggesting A Feature\nIf you're here to make suggestions, please follow the basic syntax to post a request :\n\n**Subject** : Something that briefly tells us about the feature.\n\n**Long Explanation** : Describe in details what you want and how you want.\n\nThis should be enough, but it'll be great if you can add more ;)\n\n# Notes\n* comic.naver.com has korean characters and some OS won't handle those characters. So, instead of naming the file folder with the series name in korean, the script will download and name the folder with the comic's ID instead.\n\n* Bato.to requires you to \"log in\" to read some chapters. So, to be on a safe side, provide the username/password combination to the script via \"-p\" and \"-u\" arguments.\n\n* Bato.to also has comics for various languages. You need to pass the language code via \"-ml\" argument. Read the [Language Codes](#language-codes) section to find out the language codes.\n\n* Bato.to only supports custom language downloads in \"Batch\" mode.\n\n# Donations\nYou can always send some money over from this :\n\nPaypal : [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/xonshiz)\n\nPatreon Link : https://www.patreon.com/xonshiz\n\nAny amount is appreciated :)\n\n\n# Changelog\n\n- Site support for bato.to [2016.11.15]\n- Bug fix in comic-dl.py and added docs for readthedocs & updated readme [2016.11.20]\n- Site support for kissmanga.com [2016.11.22]\n- Addition of universal `downloader package` for easy maintainance [2016.11.22]\n- Mangafox downloading same images fixed [2016.11.22]\n- Argument priority updated [2016.11.22]\n- Site support for comic.naver.com [2016.11.26]\n- Support for Python 3 [2016.11.26]\n- Removed Kissmanga PhantomJS dependency [2016.12.23]\n- Support for Python 2 and 3 has been merged [2016.12.28]\n- Updated PhantomJS dependency in [supported sites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md) [2016.12.28]\n- Added Icon (Logo) [2016.12.28]\n- Added a YouTube Tutorial for the script [2016.12.30]\n- Site support for readcomiconlin.to [2017.01.02]\n- Added `Verbose Logging` [2017.01.22]\n- Fixed chapter count error in Kissmanga [2017.01.22]\n- Fixed #4 [2017.02.16]\n- Optimized Imports [2017.02.16]\n- Site support for mangahere.co [2017.02.23]\n- Added `Sorting Order` a.k.a `Download Order` [2017.02.23]\n- Fixed #5 [2017.02.28]\n- Site support for raw.senmanga.com [2017.03.06]\n- Site support for omgbeaupeep.com [2017.05.07]\n- Fix for image links in omgbeaupeep.com [2017.05.08]\n- Re-wrote whole script to implement classes [2017.06.12]\n- Better Data Flow and faster than before [2017.06.12]\n- Better Log generation [2017.06.12]\n- Requirement for Selenium and PhantomJS completely removed [2017.06.12]\n- Fix for #9 [2017.06.12]\n- Fix for #16 [2017.06.12]\n- Fix for #18 [2017.06.12]\n- Fix for #21 [2017.06.12]\n- Downloader now prints file size, internet speed [2017.06.12]\n- Added Support for [ac.qq.com](http://ac.qq.com) [2017.06.15]\n- Fix for #23 [2017.06.30]\n- Custom Download Location Support Added (#20) [2017.06.30]\n- Support to download only selected chapters (range) [2017.07.06]\n- Fix for #32 [2017.07.07]\n- Support for converting downloaded images into pdf #17 [2017.07.07]\n- Fix for #33 [2017.07.07]\n- Fix for #34 [2017.07.24]\n- Fix for #36 [2017.07.24]\n- Fix for #37 [2017.07.24]\n- Fix for #30 [2017.08.23]\n- Fix for #30 (mangahere.co) [2017.08.23]\n- Added support for CBZ file creation (#28) [2017.08.24]\n- Added Support for [STRIP-UTOPIJA](http://striputopija.blogspot.in/) (#19) [2017.09.20]\n- Fixed Major Bug in ReadComicOnline.to \"Full Series\" download section [2017.09.21]\n- Added support for choosing image quality in ReadComicOnline.to (#42) [2017.09.21]\n- Fix for #47 [2017.09.24]\n- Fix for #[42](https://github.com/Xonshiz/comic-dl/issues/42#issuecomment-331693291) [2017.09.24]\n- Updated ReadMe.md do add missing Node.js step for Windows binary users [2017.09.24] - @DavidFarrell [#48]\n- Fix For #51 [2017.11.15] - @dsanchezseco [#52]\n- Fix for #53 [2017.11.15] - @dsanchezseco [#54]\n- Fix conversion filepath of cbz format [2017.11.15] - @dsanchezseco [#55]\n- Fix For #50 [2017.11.26] - @Tyroc [#56]\n- Added Support for [MangaReader.net](http://mangareader.net/) (#43) [2017.12.22]\n- Added Support for [readcomicbooksonline.net](http://readcomicbooksonline.net/) (#57) [2017.12.26]\n- Fix For #60 [2017.12.26]\n- Fix For #61 [2017.12.26]\n- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [2017.12.27]\n- Fix For #64 [2017.12.27]\n- Fix For #66 [2017.12.27]\n- Added MangaFox.la (mangafox.me redirects to .la now) [2017.12.27]\n- Added Feature to Search and Download Manga from MangaEden [2017.12.28]\n- Fix for #64 [2017.12.28]\n- Fix for [MangaRock.com](https://mangarock.com) #62 [2017.12.29]\n- Added Support for [Bato.to](http://bato.to/) [2017.12.31] [No PhantomJS Needed Now]\n- Fix for #69 [2017.12.31]\n- Fix for 72 [2018.01.09]\n- Removed un-necessary code [2018.01.09]\n- Fix for 73 [2018.01.10]\n- Fix for 74 [2018.01.10]", "description_content_type": null, "docs_url": null, "download_url": "https://codeload.github.com/Xonshiz/comic-dl/tar.gz/2018.1.10", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Xonshiz/comic-dl", "keywords": "comic-dl", "license": "", "maintainer": "", "maintainer_email": "", "name": "comic-dl", "package_url": "https://pypi.org/project/comic-dl/", "platform": "", "project_url": "https://pypi.org/project/comic-dl/", "project_urls": { "Download": "https://codeload.github.com/Xonshiz/comic-dl/tar.gz/2018.1.10", "Homepage": "https://github.com/Xonshiz/comic-dl" }, "release_url": "https://pypi.org/project/comic-dl/2018.01.10/", "requires_dist": null, "requires_python": "", "summary": "Comic-dl is a command line tool to download Comics and Manga from various Manga and Comic sites easily.", "version": "2018.01.10" }, "last_serial": 3476303, "releases": { "2016.11.25": [], "2016.11.26": [], "2017.1.22": [ { "comment_text": "Comic-dl is a command line tool to download Comics and Manga from various Manga and Comic sites easily.", "digests": { "md5": "05920e9b0bdde910443dd8b66d19dbbe", "sha256": "ab3425c793c813bd662a1e7820e47e7c4d19a0c3dfb25467f1651d49f9428ebd" }, "downloads": -1, "filename": "comic_dl-2017.01.22.tar.gz", "has_sig": false, "md5_digest": "05920e9b0bdde910443dd8b66d19dbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19399, "upload_time": "2017-02-05T09:20:20", "url": "https://files.pythonhosted.org/packages/7b/75/2c3254b90f4eae92573a1f8b29bde120b442e4b325bf30ee8509bab7aac0/comic_dl-2017.01.22.tar.gz" } ], "2018.01.10": [ { "comment_text": "", "digests": { "md5": "d522b1d93a17f3d484f7719e7667d432", "sha256": "2c063efd3c81aa788136b9126eb8b28b9eaf286012c0eda58c3ff75785f33019" }, "downloads": -1, "filename": "comic_dl-2018.01.10.zip", "has_sig": false, "md5_digest": "d522b1d93a17f3d484f7719e7667d432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52052, "upload_time": "2018-01-10T04:56:29", "url": "https://files.pythonhosted.org/packages/8e/b9/75eccfae9276fdaefedbe556fd6e6fd7bccc64fd7e12a8ff5081ddc57c63/comic_dl-2018.01.10.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d522b1d93a17f3d484f7719e7667d432", "sha256": "2c063efd3c81aa788136b9126eb8b28b9eaf286012c0eda58c3ff75785f33019" }, "downloads": -1, "filename": "comic_dl-2018.01.10.zip", "has_sig": false, "md5_digest": "d522b1d93a17f3d484f7719e7667d432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52052, "upload_time": "2018-01-10T04:56:29", "url": "https://files.pythonhosted.org/packages/8e/b9/75eccfae9276fdaefedbe556fd6e6fd7bccc64fd7e12a8ff5081ddc57c63/comic_dl-2018.01.10.zip" } ] }