From e7d727efc296a0d6bc61007f29ad0929b0934029 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister
@@ -81,15 +81,6 @@ SyntaxError: Non-ASCII character '\x93' ...
means you're using an outdated version of Python. Please update to Python 2.6 or 2.7.youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&feature=channel_video_title"
youtube-dl --version
. If you have made any changes, please provide it. In many cases, simply updating (with youtube-dl --update
) fixes the problem.python --version
. We support Python 2.6+, and some parts are known to work with Python 2.5 or even 2.4. Python 3 support is planned.python --version
. We support Python 2.6, 2.7, and 3.3+.
To run youtube-dl under Python 2.5, you'll have to manually check it out and run it like this:
-
-git clone git://github.com/rg3/youtube-dl.git
-cd youtube-dl
-python -m youtube-dl --help
-
-Please note that Python 2.5 is not supported anymore.