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:
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…
Reference in New Issue
Block a user