summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-02-07 21:21:14 +0600
committerSergey M <dstftw@gmail.com>2016-02-07 21:21:14 +0600
commit915dd777830e7e309349c589f91f21e29224530c (patch)
treef145613e0324fe760e80f643d3a68c0c6e4084d6
parentb6bfa6fb7953b8dc477a932acea2df2d73175bc2 (diff)
downloadyoutube-dl-915dd777830e7e309349c589f91f21e29224530c.tar.gz
youtube-dl-915dd777830e7e309349c589f91f21e29224530c.tar.xz
youtube-dl-915dd777830e7e309349c589f91f21e29224530c.zip
[README.md] Add output template example for streaming to stdout
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe301ef53..4070aebf8 100644
--- a/README.md
+++ b/README.md
@@ -530,6 +530,9 @@ $ youtube-dl -u user -p password -o '~/MyVideos/%(playlist)s/%(chapter_number)s
 
 # Download entire series season keeping each series and each season in separate directory under C:/MyVideos
 $ youtube-dl -o 'C:/MyVideos/%(series)s/%(season_number)s - %(season)s/%(episode_number)s - %(episode)s.%(ext)s' http://videomore.ru/kino_v_detalayah/5_sezon/367617
+
+# Stream the video being downloaded to stdout
+$ youtube-dl -o - BaW_jenozKc
 ```
 
 # FORMAT SELECTION