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:
parent
07fbfef1c7
commit
5746784362
@ -215,7 +215,7 @@ class InstagramIE(InfoExtractor):
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
'ext': 'mp4',
|
||||
'title': 'Video by %s' % uploader_id,
|
||||
'title': description,
|
||||
'description': description,
|
||||
'thumbnail': thumbnail,
|
||||
'timestamp': timestamp,
|
||||
|
Loading…
Reference in New Issue
Block a user