We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to change line 22 to video_url = f"https://www.youtube.com/watch?v={video_id.encode('utf-8').decode('unicode_escape')}" in order for the program to work correctly. I working on a MACOS, default browser Google Chrome.
The text was updated successfully, but these errors were encountered:
I faced the same issue while running on MAC, I would like to update this fix in the code. Please assign this issue to me.
Sorry, something went wrong.
Thank you for pointing it out @renatalucia. Sure @dishahimani
renatalucia
dishahimani
Successfully merging a pull request may close this issue.
I had to change line 22 to video_url = f"https://www.youtube.com/watch?v={video_id.encode('utf-8').decode('unicode_escape')}" in order for the program to work correctly. I working on a MACOS, default browser Google Chrome.
The text was updated successfully, but these errors were encountered: