From 6b6a4942b609f588ff03f09f73a7d6a7d714139c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 26 Jan 2025 21:11:36 +0100 Subject: [PATCH] [mangafox] fix chapter extraction --- gallery_dl/extractor/mangafox.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gallery_dl/extractor/mangafox.py b/gallery_dl/extractor/mangafox.py index d5907532..827756a9 100644 --- a/gallery_dl/extractor/mangafox.py +++ b/gallery_dl/extractor/mangafox.py @@ -30,7 +30,7 @@ class MangafoxChapterExtractor(ChapterExtractor): def metadata(self, page): manga, pos = text.extract(page, "", "") count, pos = text.extract( - page, ">", "<", page.find("", pos) - 20) + page, ">", "<", page.find("", pos) - 40) sid , pos = text.extract(page, "var series_id =", ";", pos) cid , pos = text.extract(page, "var chapter_id =", ";", pos) @@ -49,9 +49,9 @@ class MangafoxChapterExtractor(ChapterExtractor): pnum = 1 while True: url, pos = text.extract(page, '