mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 13:57:25 +01:00
thumbnail
This commit is contained in:
parent
605741fbe8
commit
c3896d0178
@ -34,7 +34,6 @@ def _real_extract(self, url):
|
||||
'url': hlsurl,
|
||||
'ext': 'mp4',
|
||||
'quality': 0 if len(formats) == 0 else 0 - len(formats),
|
||||
'thumbnail': thumbnail,
|
||||
'format_id': key,
|
||||
'protocol': 'm3u8_native',
|
||||
}
|
||||
@ -45,4 +44,5 @@ def _real_extract(self, url):
|
||||
'id': video_id,
|
||||
'title': item.get('title'),
|
||||
'formats': formats,
|
||||
'thumbnails': [{'url': thumbnail}],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user