[paheal] fix a78f8ce5 for enabled 'metadata' (#4262)

This commit is contained in:
Mike Fährmann
2023-07-07 20:00:49 +02:00
parent 384337d3dd
commit b480b7076a

View File

@@ -127,7 +127,7 @@ class PahealTagExtractor(PahealExtractor):
}
def _extract_data_ex(self, post):
pid = post[:post.index('"')]
pid = post[:post.index("'")]
return self._extract_post(pid)