summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-25 18:05:01 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-25 18:05:01 +0700
commit6a76b53355947eef2a534d8f2505ed683db8754f (patch)
treeb84c24ded06e33667ef3c85932dc651346544a20 /README.md
parentd37708fc861b3534c522f2892b5cd2ee716e1035 (diff)
downloadyoutube-dl-6a76b53355947eef2a534d8f2505ed683db8754f.tar.gz
youtube-dl-6a76b53355947eef2a534d8f2505ed683db8754f.tar.xz
youtube-dl-6a76b53355947eef2a534d8f2505ed683db8754f.zip
[README.md] Quote URL in streaming to player FAQ entry
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52e53803e..1aa267752 100644
--- a/README.md
+++ b/README.md
@@ -820,7 +820,7 @@ Passing cookies to youtube-dl is a good way to workaround login when a particula
 
 You will first need to tell youtube-dl to stream media to stdout with `-o -`, and also tell your media player to read from stdin (it must be capable of this for streaming) and then pipe former to latter. For example, streaming to [vlc](http://www.videolan.org/) can be achieved with:
 
-    youtube-dl -o - http://www.youtube.com/watch?v=BaW_jenozKcj | vlc -
+    youtube-dl -o - "http://www.youtube.com/watch?v=BaW_jenozKcj" | vlc -
 
 ### Can you add support for this anime video site, or site which shows current movies for free?