mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Merge 13960cc2df
into bbc3e2753a
This commit is contained in:
commit
d4ae0a50f0
1 changed files with 1 additions and 1 deletions
|
@ -3544,7 +3544,7 @@ class JustinTVIE(InfoExtractor):
|
||||||
info.append({
|
info.append({
|
||||||
'id': clip['id'],
|
'id': clip['id'],
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
'title': clip['title'],
|
'title': clip.get('title', ''),
|
||||||
'uploader': clip.get('channel_name', video_uploader_id),
|
'uploader': clip.get('channel_name', video_uploader_id),
|
||||||
'uploader_id': video_uploader_id,
|
'uploader_id': video_uploader_id,
|
||||||
'upload_date': video_date,
|
'upload_date': video_date,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue