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:24 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-13 17:26:24 +0200
commit809804b1b06fd34c13445cbe46bfa7282cdfa0a9 (patch)
tree79c1a191eb1d0eed4f3876036365673df12ef85d /index.html
parent453ae702ee71f8b46d3e0ff468bc0ef629234d6e (diff)
downloadyoutube-dl-809804b1b06fd34c13445cbe46bfa7282cdfa0a9.tar.gz
youtube-dl-809804b1b06fd34c13445cbe46bfa7282cdfa0a9.tar.xz
youtube-dl-809804b1b06fd34c13445cbe46bfa7282cdfa0a9.zip
Clarify that the youtube-dl exe works without Python (Fixes #3249)
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 bbf0400c0..bebce9f0d 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
 		<span style="font-size: x-small; font-weight: normal;">(and mores sites...)</span></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. 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.</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> (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>
 
 <table border="0" id="rgb">
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>