Skip to content

Instantly share code, notes, and snippets.

@sandeepkv93
Created October 30, 2022 16:19
Show Gist options
  • Save sandeepkv93/b6fd46a7e3fe7f57926ecb4e22d8929c to your computer and use it in GitHub Desktop.
Save sandeepkv93/b6fd46a7e3fe7f57926ecb4e22d8929c to your computer and use it in GitHub Desktop.
Download a Youtube Playlist using yt-dlp with numbering prefix on each videos
.\yt-dlp.exe --cookies .\youtube.com_cookies.txt -f "mp4" -o "%(playlist_index)s-%(title)s.%(ext)s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment