1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 00:53:22 +08:00

[instagram] use video description as title

This commit is contained in:
ealgase 2019-02-03 20:17:08 -05:00 committed by GitHub
parent 07fbfef1c7
commit 5746784362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ class InstagramIE(InfoExtractor):
'id': video_id, 'id': video_id,
'formats': formats, 'formats': formats,
'ext': 'mp4', 'ext': 'mp4',
'title': 'Video by %s' % uploader_id, 'title': description,
'description': description, 'description': description,
'thumbnail': thumbnail, 'thumbnail': thumbnail,
'timestamp': timestamp, 'timestamp': timestamp,