mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-30 17:42:41 +09:00
Merge c8168d991415256a4566835048e91eb07873db0b into 2b4fbfce25902d557b86b003cf48f738129efce4
This commit is contained in:
commit
2def5cbadd
@ -663,6 +663,9 @@ $ youtube-dl -o "C:/MyVideos/%(series)s/%(season_number)s - %(season)s/%(episode
|
||||
|
||||
# Stream the video being downloaded to stdout
|
||||
$ youtube-dl -o - BaW_jenozKc
|
||||
|
||||
# Download YouTube playlist videos in separate directory without indexed by the video order of the playlist but suffixed with the video id
|
||||
$ youtube-dl.exe -o "%(playlist)s/%(title)s-%(id)s.%(ext)s" https://www.youtube.com/playlist?list=PL9iCfxJ0ri32PVdbwrEexjuVB3QnwweRP
|
||||
```
|
||||
|
||||
# FORMAT SELECTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user