Blog Archives
Download playlist in using youtube-dl
I was trying to get the command to download the full playlist of the youtube playlist dint get a proper command.
I just went through the documentation and then I got the command
$ youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re


