summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-13 17:26:46 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-13 17:26:46 +0200
commitdb4ee4974510559beaa07047adaaf4315531a7e6 (patch)
tree1671b3f491d4bfce4a514b827179656c15210215 /index.html
parent809804b1b06fd34c13445cbe46bfa7282cdfa0a9 (diff)
downloadyoutube-dl-db4ee4974510559beaa07047adaaf4315531a7e6.tar.gz
youtube-dl-db4ee4974510559beaa07047adaaf4315531a7e6.tar.xz
youtube-dl-db4ee4974510559beaa07047adaaf4315531a7e6.zip
link list of supported sites on main page
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index bebce9f0d..1f1e83e90 100644
--- a/index.html
+++ b/index.html
@@ -10,8 +10,8 @@
 
 <table class="heading"><tr>
 	<td class="title"><a href="index.html">youtube-dl</a></td>
-	<td class="subtitle">Download videos from YouTube.com
-		<span style="font-size: x-small; font-weight: normal;">(and mores sites...)</span></td>
+	<td class="subtitle">Download videos from YouTube
+		(and <a href="supportedsites.html" style="color: blue; text-decoration: underline;">mores sites</a>)</td>
 </tr></table>
 
 <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> (2.6, 2.7, or 3.3+), and it is not platform specific. We also provide a <a href="https://yt-dl.org/latest/youtube-dl.exe">Windows executable</a> that includes Python. youtube-dl 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.</p>