Skip to content

Commit 8442d70

Browse files
committed
Add new Mangafox Domain
1 parent 6f5b02e commit 8442d70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/m2emDownloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def data_processor(self):
7575

7676

7777
# Mangafox Parser
78-
elif self.origin == "mangafox.me":
78+
elif self.origin == "mangafox.me" or self.origin == "mangafox.la":
7979
urllist = mxparser.getPagesUrl(self.mangastarturl,self.mangapages)
8080

8181

@@ -121,7 +121,7 @@ def downloader(self):
121121
# https://github.com/aplanas/kmanga/blob/master/mobi/mobi.py#L416
122122
# Thanks a lot to Alberto Planas for coming up with it!
123123
#
124-
if self.origin == "mangafox.me":
124+
if self.origin == "mangafox.me" or self.origin == "mangafox.la":
125125
logging.debug("Cleaning Mangafox Footer")
126126
img = Image.open(imagepath)
127127
_img = ImageOps.invert(img.convert(mode='L'))

bin/m2emHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def getMangaData(url,entry):
777777
mangadata = [manganame, pages, chapter, title, chapter_name, chapter_pubDate]
778778

779779
# Mangafox Parser
780-
elif origin == "mangafox.me":
780+
elif origin == "mangafox.me" or origin == "mangafox.la":
781781
logging.debug("Getting Mangadata from Mangafox.me for %s" % url)
782782

783783
# Easy Stuff

0 commit comments

Comments
 (0)