[hiperdex] fix 'manga' metadata

remove trailing ' Manga'
This commit is contained in:
Mike Fährmann
2023-09-02 12:57:12 +02:00
parent 03d471a0d4
commit a05821f8b4

View File

@@ -31,7 +31,7 @@ class HiperdexBase():
return {
"manga" : text.unescape(extr(
"<title>", "<").rpartition(" - ")[0].strip()),
"<title>", "<").rpartition(" Manga - ")[0].strip()),
"url" : text.unescape(extr(
'property="og:url" content="', '"')),
"score" : text.parse_float(extr(