From 474ca452e67cdc9d4b5c374d83206db237d60c48 Mon Sep 17 00:00:00 2001 From: Debajyoti Dutta <52883215+iamdebajyoti@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:10:15 +0530 Subject: [PATCH] Updated README.md with a new output format example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2841ed68f..8291e76dd 100644 --- a/README.md +++ b/README.md @@ -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