mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
testing view count is stupid
This commit is contained in:
@@ -16,7 +16,6 @@ class AnySexIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Busty and sexy blondie in her bikini strips for you',
|
'title': 'Busty and sexy blondie in her bikini strips for you',
|
||||||
'duration': 270,
|
'duration': 270,
|
||||||
'view_count': 3652
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,6 +38,6 @@ class AnySexIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
'title': title,
|
'title': title,
|
||||||
'duration': duration,
|
'duration': int_or_none(duration),
|
||||||
'view_count': int_or_none(view_count),
|
'view_count': int_or_none(view_count),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user