Skip to content

Getting an error in Google Colab after running class SplitWavAudioMubin():  #2

@MojoMoe

Description

@MojoMoe

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions