1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-07-01 08:09:32 +00:00

Updated README.md with a new output format example

This commit is contained in:
Debajyoti Dutta 2021-10-15 17:10:15 +05:30 committed by GitHub
parent a803582717
commit 474ca452e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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