summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorSean S <git@crdx.org>2014-11-24 20:06:26 +0000
committerSean S <git@crdx.org>2014-11-24 20:06:26 +0000
commit5e2e5b8a22f5d387ab580e3eaebd66b7f4baac26 (patch)
treeaf3becb7947c5e863a0d0c1183f3425aa0a5c35e /index.html
parent9ce1f77204cb59298641192ff931f6ea97bfbd56 (diff)
downloadyoutube-dl-5e2e5b8a22f5d387ab580e3eaebd66b7f4baac26.tar.gz
youtube-dl-5e2e5b8a22f5d387ab580e3eaebd66b7f4baac26.tar.xz
youtube-dl-5e2e5b8a22f5d387ab580e3eaebd66b7f4baac26.zip
fix small typo
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 02bfe5032..338bc888e 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
 <table class="heading"><tr>
 	<td class="title"><a href="index.html">youtube-dl</a></td>
 	<td class="subtitle">Download videos from YouTube
-		(and <a href="supportedsites.html" style="color: blue; text-decoration: underline;">mores sites</a>)</td>
+		(and <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more 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>