projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6bfa6f
)
[README.md] Add output template example for streaming to stdout
author
Sergey M
<dstftw@gmail.com>
Sun, 7 Feb 2016 15:21:14 +0000
(21:21 +0600)
committer
Sergey M
<dstftw@gmail.com>
Sun, 7 Feb 2016 15:21:14 +0000
(21:21 +0600)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index fe301ef53beecbdde831e7866496aa1c4d9489a1..4070aebf85c068c2debfb50a4d1ba165ffe984ee 100644
(file)
--- 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