1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-11-27 19:36:50 +01:00

[Loom] Add fallback to mandatory attribute

This commit is contained in:
Wong Yiu Hang 2021-02-25 02:55:37 +08:00
parent 29c4168cec
commit 81bd98a03f

View File

@ -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': [