From b41d9bf616b0ccd2ddcd19479917d79ba039305c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 19 Jan 2024 22:24:39 +0100 Subject: [PATCH] [paheal] fix 'source' metadata --- gallery_dl/extractor/paheal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/paheal.py b/gallery_dl/extractor/paheal.py index 89c0d2f7..52267241 100644 --- a/gallery_dl/extractor/paheal.py +++ b/gallery_dl/extractor/paheal.py @@ -56,7 +56,7 @@ class PahealExtractor(Extractor): "date" : text.parse_datetime( extr("datetime='", "'"), "%Y-%m-%dT%H:%M:%S%z"), "source" : text.unescape(text.extr( - extr(">Source Link<", ""), "href='", "'")), + extr(">Source Link<", ""), "href='", "'")), } dimensions, size, ext = extr("Info", "<").split(" // ")