fix line indent

pull/5166/head
Dragonatorul 8 months ago
parent 1fa363aec9
commit 47fb09d454

@ -115,7 +115,7 @@ class WPMadaraMangaExtractor(WPMadaraBase, MangaExtractor):
rating = text.parse_float(text.extr(
page, 'total_votes">', "</span>").strip())
elif len(text.extr(page, 'property="ratingValue" id="averagerate">',
"</span>").strip()) > 0:
"</span>").strip()) > 0:
rating = text.parse_float(
text.extr(page,
'property="ratingValue" id="averagerate">',

Loading…
Cancel
Save