mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-27 17:26:51 +01:00
[Loom] Add fallback to mandatory attribute
This commit is contained in:
parent
29c4168cec
commit
81bd98a03f
@ -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 New Issue
Block a user