Skip to content

Instantly share code, notes, and snippets.

@margani
Created October 3, 2019 08:51
Show Gist options
  • Save margani/3e6b5474e0d154e1718e50e16d13f55e to your computer and use it in GitHub Desktop.
Save margani/3e6b5474e0d154e1718e50e16d13f55e to your computer and use it in GitHub Desktop.
Download videos using youtube-dl
# Download youtube playlist
youtube-dl -o "d:/download/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f "best[width>=1080][ext=mp4]" https://www.youtube.com/playlist?list=PL-something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment