mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-18 01:06:28 +00:00
[cleanup] Misc cleanup
This commit is contained in:
@@ -119,7 +119,7 @@ class VimeoBaseInfoExtractor(InfoExtractor):
|
||||
|
||||
def _parse_config(self, config, video_id):
|
||||
video_data = config['video']
|
||||
video_title = video_data['title']
|
||||
video_title = video_data.get('title')
|
||||
live_event = video_data.get('live_event') or {}
|
||||
is_live = live_event.get('status') == 'started'
|
||||
request = config.get('request') or {}
|
||||
|
Reference in New Issue
Block a user