We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336b24a commit d97ec69Copy full SHA for d97ec69
bin/sourceparser/m2emMangafox.py
@@ -38,7 +38,7 @@ def getChapterName(page):
38
soup = BeautifulSoup(page.content, 'html.parser')
39
40
#Get Manga Titel
41
- search = re.search(': (.*?) at MangaFox.me"', str(soup))
+ search = re.search(': (.*?) at MangaFox', str(soup))
42
chaptername = search.group(1)
43
return chaptername
44
0 commit comments