-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fail #1
Comments
Hi, I just updated the readme to be significantly more complete, which you might find helpful. Your problem is due to the fact that you need to create a api_key.txt file yourself, and put your youtube api key inside of it. More details available in the readme, in the "setup" section. Hope this helps! |
The API seems very in-depth and useful. I'll take it for a spin soon and let you know what I think. Thank you so much! |
Whooo! It works! |
My command: python3 youtube-playlist-downloader.py
Error I got:
Traceback (most recent call last):
File "/home/humanbeing/Public/YTDownloader/youtube-audio-downloader/youtube-playlist-downloader.py", line 12, in
with open("api_key.txt", "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'api_key.txt'
The text was updated successfully, but these errors were encountered: