From 60a1c3466221e9352f32d8528d622266f40b6130 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Sep 2012 15:33:20 +0200 Subject: [PATCH] Drop 2.5 compatibility --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7cfb0b80c..885d369bd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,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 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.

+

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

Documentation