Skip to content

Commit

Permalink
Standalone exe
Browse files Browse the repository at this point in the history
  • Loading branch information
X committed Nov 26, 2016
1 parent 30a952e commit 2378ba0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
10 changes: 7 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Comic-dl is a command line tool to download Comics and Manga from various Manga
* [Windows](#windows-)
* [Mac OS X](#mac-os-x-)
* [Installation](#installation)
* [Python 3 Support](#python-3-support)
* [Python 3 Support](#python-3-support)
* [Windows Binary](#windows-binary)
* [List of Arguments](#list-of-arguments)
* [Usage](#usage)
Expand Down Expand Up @@ -116,8 +116,12 @@ and then, execute with this :
If you're using python 3, then you'd want to download the contents of the `comic_dl Python3` folder/directory. Everything in that folder has been written and updated to support python 3.

## Windows Binary
It is recommended that windows users use this binary to save both, your head and time from installing all the dependencies. You can download the binary and start using the script right off the bat. Grab the respective binaries from the links below :
* `Binary (x86)` : [Click Here](https://github.com/Xonshiz/comic-dl/releases/tag/v2016.11.26)
It is recommended that windows users use this binary to save both, your head and time from installing all the dependencies.

You 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).

If you already have it, then you can download this binary and start using the script right off the bat :
* `Binary (x86)` : [Click Here](https://github.com/Xonshiz/comic-dl/releases/latest)


## List of Arguments
Expand Down
6 changes: 4 additions & 2 deletions Supported_Sites.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#List of Supported Websites

[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.

* [Mangafox](http://mangafox.me/)
* [YoManga](http://yomanga.co/)
* [GoManga](http://gomanga.co/)
* [Batoto](http://bato.to/)
* [Kissmanga](http://kissmanga.com/)
* [Batoto](http://bato.to/) [PhantomJS]
* [Kissmanga](http://kissmanga.com/) [PhantomJS]
* [Comic Naver](http://comic.naver.com/index.nhn)
6 changes: 4 additions & 2 deletions docs/Supported_Sites.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#List of Supported Websites

[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.

* [Mangafox](http://mangafox.me/)
* [YoManga](http://yomanga.co/)
* [GoManga](http://gomanga.co/)
* [Batoto](http://bato.to/)
* [Kissmanga](http://kissmanga.com/)
* [Batoto](http://bato.to/) [PhantomJS]
* [Kissmanga](http://kissmanga.com/) [PhantomJS]
* [Comic Naver](http://comic.naver.com/index.nhn)
10 changes: 7 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Comic-dl is a command line tool to download Comics and Manga from various Manga
* [Windows](#windows-)
* [Mac OS X](#mac-os-x-)
* [Installation](#installation)
* [Python 3 Support](#python-3-support)
* [Python 3 Support](#python-3-support)
* [Windows Binary](#windows-binary)
* [List of Arguments](#list-of-arguments)
* [Usage](#usage)
Expand Down Expand Up @@ -116,8 +116,12 @@ and then, execute with this :
If you're using python 3, then you'd want to download the contents of the `comic_dl Python3` folder/directory. Everything in that folder has been written and updated to support python 3.

## Windows Binary
It is recommended that windows users use this binary to save both, your head and time from installing all the dependencies. You can download the binary and start using the script right off the bat. Grab the respective binaries from the links below :
* `Binary (x86)` : [Click Here](https://github.com/Xonshiz/comic-dl/releases/tag/v2016.11.26)
It is recommended that windows users use this binary to save both, your head and time from installing all the dependencies.

You 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).

If you already have it, then you can download this binary and start using the script right off the bat :
* `Binary (x86)` : [Click Here](https://github.com/Xonshiz/comic-dl/releases/latest)


## List of Arguments
Expand Down

0 comments on commit 2378ba0

Please sign in to comment.