mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
[sponskrub] Better debug output and error message
This commit is contained in:
@ -108,4 +108,4 @@ class TrovoLiveIE(InfoExtractor):
|
||||
'is_live': try_get(player_info, lambda x: x['isLive'], bool),
|
||||
'thumbnail': url_or_none(vod_info.get('coverUrl')),
|
||||
'uploader_id': str_or_none(try_get(vod_details, lambda x: x['json'][video_id]['streamerInfo']['uid'])),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user