diff --git a/download.html b/download.html index 93565a883..d9969cc46 100644 --- a/download.html +++ b/download.html @@ -15,7 +15,7 @@

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 Save Target As or Save Link As, depending on the web browser you are using.

-

Remember youtube-dl requires Python version 2.x (x being at least 4) to work.

+

Remember youtube-dl requires Python version 2.x (x being at least 5) to work.

2011.01.30

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 @@

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 Save Target As or Save Link As, depending on the web browser you are using.

-

Remember youtube-dl requires Python version 2.x (x being at least 4) to work.

+

Remember youtube-dl requires Python version 2.x (x being at least 5) to work.

@PROGRAM_VERSION@

diff --git a/index.html b/index.html index b0917e769..8b7ff90f2 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ (and mores sites...) -

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, 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.

+

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, 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.

Documentation