Compare commits

...

3 Commits

Author SHA1 Message Date
Debajyoti Dutta
b99e6cc7d1
Merge c8168d9914 into e1b3fa242c 2024-07-28 01:30:07 +09:00
Debajyoti Dutta
c8168d9914
Merge branch 'ytdl-org:master' into master 2022-05-26 16:41:49 +05:30
Debajyoti Dutta
474ca452e6
Updated README.md with a new output format example 2021-10-15 17:10:15 +05:30

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