-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
youtube-dl incompatible with python 3 #25
Comments
The script cannot be made "compatible" with Python 3. It's either Python 2 or Python 3. Python 2 is the canonical version as of today. I have zero plans to port the program to Python 3 for now. I'll port it when it becomes the natural path, so this is a "won't fix" in the short and medium run. |
Ok, I understand. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Arch Linux, and they recently upgraded the default python binary to python 3. The old version is still available under the name python2...
Please make the script compatible with python 3, to avoid future issues with linux distributions upgrading their packages.
Thanks for this great script!
The text was updated successfully, but these errors were encountered: