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

Error due to unicode codification of video url #12

Open
renatalucia opened this issue Nov 15, 2024 · 2 comments · Fixed by #15
Open

Error due to unicode codification of video url #12

renatalucia opened this issue Nov 15, 2024 · 2 comments · Fixed by #15
Assignees
Labels
bug Something isn't working ieee-igdtuw

Comments

@renatalucia
Copy link

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.

@dishahimani
Copy link
Contributor

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.

@SGCODEX
Copy link
Owner

SGCODEX commented Nov 16, 2024

Thank you for pointing it out @renatalucia. Sure @dishahimani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ieee-igdtuw
Projects
None yet
3 participants