[hiperdex] fix 'manga' metadata

pull/4855/head
Mike Fährmann 10 months ago
parent d119507037
commit fc1101779c
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -30,10 +30,10 @@ class HiperdexBase():
extr = text.extract_from(page)
return {
"manga" : text.unescape(extr(
"<title>", "<").rpartition(" Manga - ")[0].strip()),
"url" : text.unescape(extr(
'property="og:url" content="', '"')),
"manga" : text.unescape(extr(
'"headline": "', '"')),
"score" : text.parse_float(extr(
'id="averagerate">', '<')),
"author" : text.remove_html(extr(

Loading…
Cancel
Save