Update to version 2017.12.12

Update to version 2017.12.12.
Check the Changelog for more detailed information.
This commit is contained in:
Xonshiz 2017-12-12 21:55:02 +05:30
parent 4f86cf2de4
commit 5947d0c116
7 changed files with 16551 additions and 9 deletions

View File

@ -50,4 +50,9 @@
- Fixed Major Bug in ReadComicOnline.to "Full Series" download section [2017.09.21]
- Added support for choosing image quality in ReadComicOnline.to (#42) [2017.09.21]
- Fix for #47 [2017.09.24]
- Fix for #[42](https://github.com/Xonshiz/comic-dl/issues/42#issuecomment-331693291) [2017.09.24]
- Fix for #[42](https://github.com/Xonshiz/comic-dl/issues/42#issuecomment-331693291) [2017.09.24]
- Updated ReadMe.md do add missing Node.js step for Windows binary users [2017.09.24] - @DavidFarrell [#48]
- Fix For #51 [2017.11.15] - @dsanchezseco [#52]
- Fix for #53 [2017.11.15] - @dsanchezseco [#54]
- Fix conversion filepath of cbz format [2017.11.15] - @dsanchezseco [#55]
- Fix For #50 [2017.11.26] - @Tyroc [#56]

View File

@ -1,4 +1,10 @@
# Contributors
1.) [**`@shaggytwodope`**](https://github.com/shaggytwodope) :- [General Pep8 Fixes and clean up](https://github.com/Xonshiz/comic-dl/pull/1)
2.) [Ankit Passi](https://github.com/ankitpassi141) - Logo and icon designer
2.) [Ankit Passi](https://github.com/ankitpassi141) - Logo and icon designer
3.) [**`@dsanchezseco`**](https://github.com/dsanchezseco) :- Fix for #51 || Fix for #53
4.) [**`@Tyroc`**](https://github.com/Tyroc) :- Fix For #50
5.) [**`@DavidFarrell`**](https://github.com/DavidFarrell) :- [Updated ReadMe.md do add missing Node.js step for Windows binary users](https://github.com/Xonshiz/comic-dl/pull/48)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "2017.09.25"
__version__ = "2017.12.12"

File diff suppressed because it is too large Load Diff

View File

@ -50,4 +50,9 @@
- Fixed Major Bug in ReadComicOnline.to "Full Series" download section [2017.09.21]
- Added support for choosing image quality in ReadComicOnline.to (#42) [2017.09.21]
- Fix for #47 [2017.09.24]
- Fix for #[42](https://github.com/Xonshiz/comic-dl/issues/42#issuecomment-331693291) [2017.09.24]
- Fix for #[42](https://github.com/Xonshiz/comic-dl/issues/42#issuecomment-331693291) [2017.09.24]
- Updated ReadMe.md do add missing Node.js step for Windows binary users [2017.09.24] - @DavidFarrell [#48]
- Fix For #51 [2017.11.15] - @dsanchezseco [#52]
- Fix for #53 [2017.11.15] - @dsanchezseco [#54]
- Fix conversion filepath of cbz format [2017.11.15] - @dsanchezseco [#55]
- Fix For #50 [2017.11.26] - @Tyroc [#56]

View File

@ -2,3 +2,9 @@
1.) [**`@shaggytwodope`**](https://github.com/shaggytwodope) :- [General Pep8 Fixes and clean up](https://github.com/Xonshiz/comic-dl/pull/1)
2.) [Ankit Passi](https://github.com/ankitpassi141) - Logo and icon designer
3.) [**`@dsanchezseco`**](https://github.com/dsanchezseco) :- Fix for #51 || Fix for #53
4.) [**`@Tyroc`**](https://github.com/Tyroc) :- Fix For #50
5.) [**`@DavidFarrell`**](https://github.com/DavidFarrell) :- [Updated ReadMe.md do add missing Node.js step for Windows binary users](https://github.com/Xonshiz/comic-dl/pull/48)

View File

@ -123,7 +123,9 @@ This script supports both, Python 3 and Python 2.
## Windows Binary
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).
You 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).
You 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).
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)
@ -139,12 +141,12 @@ Currently, the script supports these arguments :
-u,--username Indicates username for a website.
-p,--password Indicates password for a website.
-v,--verbose Enables Verbose logging.
--sorting Sorts the download order.(VALUES = asc, ascending,old,new,desc,descending,latest,new)
--sorting Sorts the download order.(VALUES = asc, ascending,old,new,desc,descending,latest,new)
-dd,--download-directory Specifies custom download location for the comics/manga.
-rn,--range Selects the range of Chapters to download (Default = All) [ Ex : --range 1-10 (This will download first 10 episodes of a series)]
--convert 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.]
--keep 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.]
--quality 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.]
--convert 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.]
--keep 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.]
--quality 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.]
```
#### Note :
1.) 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.