diff --git a/faq.html b/faq.html index ca7afe036..59490460d 100644 --- a/faq.html +++ b/faq.html @@ -35,7 +35,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.