summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-11-26 11:18:08 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-11-26 11:18:08 +0100
commit571d094858499edea4c28f0744c828c3cecb4d85 (patch)
tree9734c7236837c932a348869d3624435bd7378b50
parent96679b26cf963d6947673c2a397fd719551ad8dd (diff)
downloadyoutube-dl-571d094858499edea4c28f0744c828c3cecb4d85.tar.gz
youtube-dl-571d094858499edea4c28f0744c828c3cecb4d85.tar.xz
youtube-dl-571d094858499edea4c28f0744c828c3cecb4d85.zip
Clarify required Python version (#549)
-rw-r--r--faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq.html b/faq.html
index 6387e1623..418d0f324 100644
--- a/faq.html
+++ b/faq.html
@@ -35,7 +35,7 @@
 <ul>
 <li>Your exact command line, like <code style="white-space: pre;">youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&amp;feature=channel_video_title"</code></li>
 <li>The output of <code>youtube-dl --version</code>. If you have made any changes, please provide it. In many cases, simply updating (with <code style="white-space: pre;">youtube-dl --update</code>) fixes the problem.</li>
-<li>The output of <code>python --version</code>. We support Python 2.5+, and most parts are known to work with Python 2.4. Python 3 support is planned.</li>
+<li>The output of <code>python --version</code>. We support Python 2.6+, and some parts are known to <a href="#q-syntax-error-non-ascii">work with Python 2.5 or even 2.4</a>. <a href="https://github.com/rg3/youtube-dl/issues/180">Python 3 support is planned</a>.</li>
 <li>The name and version of your Operating System ("Ubuntu 11.04 x64" or "Windows 7 x64" is usually enough).</li>
 </ul>