parent
7db392a0c6
commit
4886184bd9
@ -62,4 +62,5 @@
|
||||
- Fix For #61 [2017.12.26]
|
||||
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [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.
|
||||
|
||||
* [Mangafox](http://mangafox.me/)
|
||||
* [Mangafox.me](http://mangafox.me/) or [Mangafox.la](http://mangafox.la/)
|
||||
* [YoManga](http://yomanga.co/)
|
||||
* [GoManga](http://gomanga.co/)
|
||||
|
||||
|
@ -74,7 +74,7 @@ class Honcho(object):
|
||||
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
||||
delete_files=kwargs.get("delete_files"))
|
||||
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,
|
||||
sorting_order=sorting, log_flag=log_flag, download_directory=download_directory,
|
||||
chapter_range=chapter_range, conversion=kwargs.get("conversion"),
|
||||
|
@ -62,4 +62,5 @@
|
||||
- Fix For #61 [2017.12.26]
|
||||
- Added Support for [readcomics.website](http://www.readcomics.website/) (#63) [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.
|
||||
|
||||
* [Mangafox](http://mangafox.me/)
|
||||
* [Mangafox.me](http://mangafox.me/) or [Mangafox.la](http://mangafox.la/)
|
||||
* [YoManga](http://yomanga.co/)
|
||||
* [GoManga](http://gomanga.co/)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user