From ee5e20221f77eb7b5a86b8cd4b0b6a2127235099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 19 Sep 2019 14:56:48 +0200 Subject: [PATCH] [imgth] fix image URLs --- gallery_dl/extractor/imgth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/imgth.py b/gallery_dl/extractor/imgth.py index a97f2e01..8a6fe1c6 100644 --- a/gallery_dl/extractor/imgth.py +++ b/gallery_dl/extractor/imgth.py @@ -44,7 +44,7 @@ class ImgthGalleryExtractor(Extractor): while True: thumbs = text.extract(page, '')[0] for url in text.extract_iter(thumbs, '' not in page: return pnum += 1