diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-05-01 17:01:51 +0200 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-05-01 17:01:51 +0200 |
commit | 921a14559277cfb2ead84b613c02d0251aeeb9ab (patch) | |
tree | 28fec3a3a15d409323250ad6e07f86d06b6b5e9d /README.md | |
parent | 9beb5af82ecfbb35ee534692e73fb38f4399698a (diff) |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |