summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-06 18:46:50 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-06 18:46:50 +0100
commita993428ac90d261e785ae9cfd4532447e0c5673e (patch)
tree0f2cae0932aa92338ba74ebbd5e64b11814a122a /index.html
parent7136abc8f358ea7971b97535bee78babc34dfcba (diff)
downloadyoutube-dl-a993428ac90d261e785ae9cfd4532447e0c5673e.tar.gz
youtube-dl-a993428ac90d261e785ae9cfd4532447e0c5673e.tar.xz
youtube-dl-a993428ac90d261e785ae9cfd4532447e0c5673e.zip
Document rtmpdump's optional requirement in the main page
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index ce7eaabac..a4e517221 100644
--- a/index.html
+++ b/index.html
@@ -33,6 +33,8 @@
 
 <p>The program is usually invoked as <em>youtube-dl</em> followed by options and the video URLs. Listing all the options here would make this text too long, so you can run <em>youtube-dl --help</em> and get a summary of them. From that point on you can start experimenting with the different options yourself. The most common ones are -t (or -l) to include the video title in the file name. Also, the -o option can specify the output file name and path. It allows special character sequences that can be used as templates to be replaced. See the "Output template" section for more details.</p>
 
+<p>Some YouTube videos are served using Adobe's proprietary RTMP protocol, which imposes DRM restrictions and encrypts the connection. <em>youtube-dl</em> is not able to download these videos by itself. However, it will attempt to use the <a href="http://rtmpdump.mplayerhq.hu/">rtmpdump</a> program, if it's installed in your system, to download these videos.</p>
+
 <h2>Download it</h2>
 
 <p>Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called <em>Save Target As</em> or <em>Save Link As</em>, depending on the web browser you are using.</p>