mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
testing view count is stupid
This commit is contained in:
parent
0bafcf6f46
commit
17b0b8a166
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ class AnySexIE(InfoExtractor):
|
|||
'ext': 'mp4',
|
||||
'title': 'Busty and sexy blondie in her bikini strips for you',
|
||||
'duration': 270,
|
||||
'view_count': 3652
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,6 +38,6 @@ def _real_extract(self, url):
|
|||
'ext': 'mp4',
|
||||
'url': video_url,
|
||||
'title': title,
|
||||
'duration': duration,
|
||||
'duration': int_or_none(duration),
|
||||
'view_count': int_or_none(view_count),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue