mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[README.md] Add output template example for streaming to stdout
This commit is contained in:
parent
b6bfa6fb79
commit
915dd77783
1 changed files with 3 additions and 0 deletions
|
@ -530,6 +530,9 @@ # Download Udemy course keeping each chapter in separate directory under MyVideo
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue