From 35530255847a30fb0eb70da6bb1937ffbd33ef81 Mon Sep 17 00:00:00 2001 From: bug-assassin <7788433+bug-assassin@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:07:41 -0500 Subject: [PATCH] Removed f-strings --- gallery_dl/extractor/bato.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gallery_dl/extractor/bato.py b/gallery_dl/extractor/bato.py index 87d6c3c6..082c5e0a 100644 --- a/gallery_dl/extractor/bato.py +++ b/gallery_dl/extractor/bato.py @@ -98,7 +98,9 @@ class BatoMangaExtractor(BatoBase, MangaExtractor): results = [] for chapter_num in range(num_chapters): chapter = text.extr( - page, f'
" + page, + '
" ) chapter += r"" # so we can match the date url, pos = text.extract(chapter, '" + chapter, + '" ) title = text.extr(title, r"", r"") if title is None or title == "" or title == "":