diff --git a/gallery_dl/extractor/bato.py b/gallery_dl/extractor/bato.py index c885f27b..87d6c3c6 100644 --- a/gallery_dl/extractor/bato.py +++ b/gallery_dl/extractor/bato.py @@ -49,8 +49,8 @@ class BatoChapterExtractor(BatoBase, ChapterExtractor): r"Chapter *([\d\.]+)", info) manga, volume, chapter = match.groups() if match else ("", "", info) chapter, sep, minor = chapter.partition(".") - title_container = text.extr(page, f'") - title = text.extr(title_container, "", "") + title_section = text.extr(page, '") + title = text.extr(title_section, "", "") return { "manga" : text.unescape(manga),