1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

fix line indent

This commit is contained in:
Dragonatorul 2024-02-07 00:31:23 +02:00
parent 1fa363aec9
commit 47fb09d454

View File

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