[hiperdex] fix 'manga' metadata
remove trailing ' Manga'
This commit is contained in:
@@ -31,7 +31,7 @@ class HiperdexBase():
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
"manga" : text.unescape(extr(
|
"manga" : text.unescape(extr(
|
||||||
"<title>", "<").rpartition(" - ")[0].strip()),
|
"<title>", "<").rpartition(" Manga - ")[0].strip()),
|
||||||
"url" : text.unescape(extr(
|
"url" : text.unescape(extr(
|
||||||
'property="og:url" content="', '"')),
|
'property="og:url" content="', '"')),
|
||||||
"score" : text.parse_float(extr(
|
"score" : text.parse_float(extr(
|
||||||
|
|||||||
Reference in New Issue
Block a user