We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcaf729 + ecf6966 commit 9abca62Copy full SHA for 9abca62
gallery_dl/extractor/everia.py
@@ -57,7 +57,7 @@ def items(self):
57
58
data = {
59
"title": text.unescape(
60
- text.extr(page, 'itemprop="headline">', "</h1>")),
+ text.extr(page, 'itemprop="headline">', "</h")),
61
"tags": list(text.extract_iter(page, 'rel="tag">', "</a>")),
62
"post_url": url,
63
"post_category": text.extr(
0 commit comments