Downloading a Playlist
To download all videos in a playlist:
yt-dlp --yes-playlist "playlist_url"
Example
yt-dlp --yes-playlist "https://www.youtube.com/playlist?list=PLJWvFRGceIZDFCJGbW173NfL1tpJ5cl0F"
Notes
- To number the files according to their order in the playlist, add the following:
-o "%(playlist_index)s-%(title)s.%(ext)s"