summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2011-01-30 13:14:45 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2011-01-30 13:14:45 +0100
commit2ecbfb4cbc07309fecba027830ca64cd6971210f (patch)
tree50cb6d7cea3b80d38f89a29ec42cd9ebd3042141
parent3519974510cd31e5926420dfd1cdaca40ad521f1 (diff)
downloadyoutube-dl-2ecbfb4cbc07309fecba027830ca64cd6971210f.tar.gz
youtube-dl-2ecbfb4cbc07309fecba027830ca64cd6971210f.tar.xz
youtube-dl-2ecbfb4cbc07309fecba027830ca64cd6971210f.zip
Properly update Python version requirement in the documentation
-rw-r--r--download.html2
-rw-r--r--download.html.in2
-rw-r--r--index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/download.html b/download.html
index 93565a883..d9969cc46 100644
--- a/download.html
+++ b/download.html
@@ -15,7 +15,7 @@
 
 <p>Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called <em>Save Target As</em> or <em>Save Link As</em>, depending on the web browser you are using.</p>
 
-<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 4) to work.</p>
+<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 5) to work.</p>
 
 <h2><a href="https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl">2011.01.30</a></h2>
 
diff --git a/download.html.in b/download.html.in
index 324f12840..ae6e807ab 100644
--- a/download.html.in
+++ b/download.html.in
@@ -15,7 +15,7 @@
 
 <p>Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called <em>Save Target As</em> or <em>Save Link As</em>, depending on the web browser you are using.</p>
 
-<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 4) to work.</p>
+<p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 5) to work.</p>
 
 <h2><a href="@PROGRAM_URL@">@PROGRAM_VERSION@</a></h2>
 
diff --git a/index.html b/index.html
index b0917e769..8b7ff90f2 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
 		<span style="font-size: x-small; font-weight: normal;">(and mores sites...)</span></td>
 </tr></table>
 
-<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 4), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
+<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 5), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
 
 <table border="0" id="rgb"><tr>
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>