[paheal] fix 'source' metadata

This commit is contained in:
Mike Fährmann
2024-01-19 22:24:39 +01:00
parent b0a441f1e3
commit b41d9bf616

View File

@@ -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&nbsp;Link<", "</td>"), "href='", "'")),
extr(">Source Link<", "</td>"), "href='", "'")),
}
dimensions, size, ext = extr("Info</th><td>", "<").split(" // ")