This commit is contained in:
Debajyoti Dutta 2024-05-11 04:46:09 +08:00 committed by GitHub
commit cb117a7457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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