|
|
@ -110,10 +110,9 @@ class TwitterCardIE(TwitterBaseIE):
|
|
|
|
'height': int(m.group('height')),
|
|
|
|
'height': int(m.group('height')),
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
playlist = config.get('playlist')
|
|
|
|
video_url = config.get('video_url') or config.get('playlist', [{}])[0].get('source')
|
|
|
|
if playlist:
|
|
|
|
|
|
|
|
video_url = playlist[0]['source']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if video_url:
|
|
|
|
f = {
|
|
|
|
f = {
|
|
|
|
'url': video_url,
|
|
|
|
'url': video_url,
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -185,7 +184,6 @@ class TwitterIE(InfoExtractor):
|
|
|
|
'ext': 'mp4',
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': 'FREE THE NIPPLE - FTN supporters on Hollywood Blvd today!',
|
|
|
|
'title': 'FREE THE NIPPLE - FTN supporters on Hollywood Blvd today!',
|
|
|
|
'thumbnail': 're:^https?://.*\.jpg',
|
|
|
|
'thumbnail': 're:^https?://.*\.jpg',
|
|
|
|
'duration': 12.922,
|
|
|
|
|
|
|
|
'description': 'FREE THE NIPPLE on Twitter: "FTN supporters on Hollywood Blvd today! http://t.co/c7jHH749xJ"',
|
|
|
|
'description': 'FREE THE NIPPLE on Twitter: "FTN supporters on Hollywood Blvd today! http://t.co/c7jHH749xJ"',
|
|
|
|
'uploader': 'FREE THE NIPPLE',
|
|
|
|
'uploader': 'FREE THE NIPPLE',
|
|
|
|
'uploader_id': 'freethenipple',
|
|
|
|
'uploader_id': 'freethenipple',
|
|
|
|