From b7d1a2247e0b636509973495a3bfabb3fd00b1f1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 7 Nov 2012 01:49:35 +0100 Subject: [PATCH] Python 2.6 instead of 2.5 in about (Closes #516) --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 945046726..26f1c3b9c 100644 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@

What is it?

-

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.5+ (Python 3 support is planned), 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. The project is currently being developed at github.

+

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.6+ (Python 3 support is planned), 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. The project is currently being developed at github.

Authors