اللُّــغَــوِيّــــ


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

  1. To number the files according to their order in the playlist, add the following:
-o "%(playlist_index)s-%(title)s.%(ext)s"