parent
7db392a0c6
commit
4886184bd9
@ -63,3 +63,4 @@
|
|||||||
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [2017.12.27]
|
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [2017.12.27]
|
||||||
- Fix For #64 [2017.12.27]
|
- Fix For #64 [2017.12.27]
|
||||||
- Fix For #66 [2017.12.27]
|
- Fix For #66 [2017.12.27]
|
||||||
|
- Added MangaFox.la (mangafox.me redirects to .la now) [2017.12.27]
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.
|
[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.
|
||||||
|
|
||||||
* [Mangafox](http://mangafox.me/)
|
* [Mangafox.me](http://mangafox.me/) or [Mangafox.la](http://mangafox.la/)
|
||||||
* [YoManga](http://yomanga.co/)
|
* [YoManga](http://yomanga.co/)
|
||||||
* [GoManga](http://gomanga.co/)
|
* [GoManga](http://gomanga.co/)
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ class Honcho(object):
|
|||||||
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
||||||
delete_files=kwargs.get("delete_files"))
|
delete_files=kwargs.get("delete_files"))
|
||||||
return 0
|
return 0
|
||||||
elif domain in ["www.mangafox.me", "mangafox.me"]:
|
elif domain in ["www.mangafox.me", "mangafox.me", "www.mangafox.la", "mangafox.la"]:
|
||||||
mangaFox.MangaFox(manga_url=comic_url, logger=logging, current_directory=current_directory,
|
mangaFox.MangaFox(manga_url=comic_url, logger=logging, current_directory=current_directory,
|
||||||
sorting_order=sorting, log_flag=log_flag, download_directory=download_directory,
|
sorting_order=sorting, log_flag=log_flag, download_directory=download_directory,
|
||||||
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
||||||
|
@ -63,3 +63,4 @@
|
|||||||
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [2017.12.27]
|
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [2017.12.27]
|
||||||
- Fix For #64 [2017.12.27]
|
- Fix For #64 [2017.12.27]
|
||||||
- Fix For #66 [2017.12.27]
|
- Fix For #66 [2017.12.27]
|
||||||
|
- Added MangaFox.la (mangafox.me redirects to .la now) [2017.12.27]
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.
|
[PhantomJS] = Denotes that these sites need PhantomJS to be able to download content.
|
||||||
|
|
||||||
* [Mangafox](http://mangafox.me/)
|
* [Mangafox.me](http://mangafox.me/) or [Mangafox.la](http://mangafox.la/)
|
||||||
* [YoManga](http://yomanga.co/)
|
* [YoManga](http://yomanga.co/)
|
||||||
* [GoManga](http://gomanga.co/)
|
* [GoManga](http://gomanga.co/)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user