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