mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
parent
1fed277349
commit
e99b2d2771
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue