mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[blinkx] Minor fix
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28941
This commit is contained in:
parent
4d224a3022
commit
06425e9621
@ -78,8 +78,8 @@ class BlinkxIE(InfoExtractor):
|
||||
'fullid': video_id,
|
||||
'title': data['title'],
|
||||
'formats': formats,
|
||||
'uploader': data['channel_name'],
|
||||
'timestamp': data['pubdate_epoch'],
|
||||
'uploader': data.get('channel_name'),
|
||||
'timestamp': data.get('pubdate_epoch'),
|
||||
'description': data.get('description'),
|
||||
'thumbnails': thumbnails,
|
||||
'duration': duration,
|
||||
|
Loading…
Reference in New Issue
Block a user