Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MojoMoe opened this issue Sep 16, 2023 · 1 comment

Comments

@MojoMoe
Copy link

MojoMoe commented Sep 16, 2023

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'

@labrijisaad
Copy link
Owner

Thanks for the note! This code is outdated, and I will soon update it using best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants