KeyError Traceback (most recent call last)
in <cell line: 5>()
3 with yt_dlp.YoutubeDL(ydl_opts) as ydl:
4 info_dict = ydl.extract_info(url, download=False)
----> 5 video_title = info_dict['Title']
6 video_name = re.sub('[\\/*?:"<>|]', '', video_title)
7 name = video_name
KeyError: 'Title'