From: Sergey M Date: Sun, 7 Feb 2016 15:21:14 +0000 (+0600) Subject: [README.md] Add output template example for streaming to stdout X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=915dd777830e7e309349c589f91f21e29224530c [README.md] Add output template example for streaming to stdout --- 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