summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-11-07 01:49:35 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-11-07 01:49:35 +0100
commitb7d1a2247e0b636509973495a3bfabb3fd00b1f1 (patch)
tree49f5fd607731a73068120e4a50a8ed3979cf444f
parent9746c518a5de59528cd94d197506c8f16568d79a (diff)
downloadyoutube-dl-b7d1a2247e0b636509973495a3bfabb3fd00b1f1.tar.gz
youtube-dl-b7d1a2247e0b636509973495a3bfabb3fd00b1f1.tar.xz
youtube-dl-b7d1a2247e0b636509973495a3bfabb3fd00b1f1.zip
Python 2.6 instead of 2.5 in about (Closes #516)
-rw-r--r--about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.html b/about.html
index 945046726..26f1c3b9c 100644
--- a/about.html
+++ b/about.html
@@ -14,7 +14,7 @@
 
 <h1>What is it?</h1>
 
-<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, 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 <a href="https://github.com/rg3/youtube-dl/"><strong>github</strong></a>.</p>
+<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, 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 <a href="https://github.com/rg3/youtube-dl/"><strong>github</strong></a>.</p>
 
 <h1>Authors</h1>