mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-08 17:05:37 +00:00
[Loom] Add fallback to mandatory attribute
This commit is contained in:
parent
29c4168cec
commit
81bd98a03f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class LoomIE(LoomBaseInfoIE):
|
|||
m3u8_formats[i])
|
||||
|
||||
return {
|
||||
'id': info.get('id'),
|
||||
'id': info.get('id') or video_id,
|
||||
'title': info.get('name'),
|
||||
'formats': formats,
|
||||
'thumbnails': [
|
||||
|
|
Loading…
Reference in a new issue