mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
parent
1fed277349
commit
e99b2d2771
@ -136,7 +136,7 @@ def _real_extract(self, url):
|
||||
'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