[mangaread] fix 'manga_alt' metadata

This commit is contained in:
Mike Fährmann
2025-06-06 12:28:49 +02:00
parent b5c88b3d3e
commit 15f5e567ec

View File

@@ -83,7 +83,7 @@ class MangareadMangaExtractor(MangareadBase, MangaExtractor):
"rating" : text.parse_float(
extr('total_votes">', "</span>").strip()),
"manga_alt" : text.remove_html(
extr("Alternative </h5>\n</div>", "</div>")).split("; "),
extr("Alternative\t\t</h5>\n\t</div>", "</div>")).split("; "),
"author" : list(text.extract_iter(
extr('class="author-content">', "</div>"), '"tag">', "</a>")),
"artist" : list(text.extract_iter(