aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-05-01 17:01:51 +0200
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-05-01 17:01:51 +0200
commit921a14559277cfb2ead84b613c02d0251aeeb9ab (patch)
tree28fec3a3a15d409323250ad6e07f86d06b6b5e9d /README.md
parent9beb5af82ecfbb35ee534692e73fb38f4399698a (diff)
downloadyoutube-dl-921a14559277cfb2ead84b613c02d0251aeeb9ab.tar.xz
dropped the support for Python 2.5
let's elaborate the decision: Python 2.5 is a 6 years old release and "under the current release policy, no security issues in Python 2.5 will be fixed anymore" (!!); also, it doesn't support the new zipfile distribution format.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f752b9a7..859ca663c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ youtube-dl [options] url [url...]
## DESCRIPTION
**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
+2.x (x being at least 6), 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.