1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 07:51:17 +08:00

[twitter] added duration test

This commit is contained in:
capital-G
2017-09-19 22:29:36 +02:00
Unverified
parent c1c13b29b5
commit 7772dfd397
+16
View File
@@ -368,6 +368,22 @@ class TwitterIE(InfoExtractor):
'params': {
'format': 'best[format_id^=http-]',
},
}, {
# checks for correct duration
'url': 'https://twitter.com/SophiePassmann/status/903676793860829184',
'md5': '0c1edf87dd3afacf7b36b5a5666c00cc',
'info_dict': {
'id': '903676793860829184',
'ext': 'mp4',
'title': 'Sophie Passmann - Schaut euch an, was ich geschickt bekommen habe 😍😍😍 #unboxing #sponsored #ad',
'description': 'Sophie Passmann on Twitter: "Schaut euch an, was ich geschickt bekommen habe 😍😍😍 #unboxing #sponsored #ad https://t.co/jGWWxoVWYm"',
'uploader_id': 'SophiePassmann',
'uploader': 'Sophie Passmann',
'duration': 107.4,
},
'params': {
'skip_download': True,
},
}]
def _real_extract(self, url):