mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-11-30 21:29:36 +01:00
parent
1fed277349
commit
e99b2d2771
@ -136,7 +136,7 @@ class NewgroundsIE(InfoExtractor):
|
||||
'duration', default=None))
|
||||
|
||||
view_count = parse_count(self._html_search_regex(
|
||||
r'(?s)<dt>\s*Views\s*</dt>\s*<dd>([\d\.,]+)</dd>', webpage,
|
||||
r'(?s)<dt>\s*(?:Views|Listens)\s*</dt>\s*<dd>([\d\.,]+)</dd>', webpage,
|
||||
'view count', default=None))
|
||||
|
||||
filesize = int_or_none(self._html_search_regex(
|
||||
|
Loading…
Reference in New Issue
Block a user