From 809804b1b06fd34c13445cbe46bfa7282cdfa0a9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 13 Jul 2014 17:26:24 +0200 Subject: [PATCH] Clarify that the youtube-dl exe works without Python (Fixes #3249) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bbf0400c0..bebce9f0d 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ (and mores sites...) -

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (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.

+

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.3+), and it is not platform specific. We also provide a Windows executable 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.

Documentation