Skip to content

Instantly share code, notes, and snippets.

@enkunkun
Last active December 12, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enkunkun/1d3387703af59a5115d4545e86b1d727 to your computer and use it in GitHub Desktop.
Save enkunkun/1d3387703af59a5115d4545e86b1d727 to your computer and use it in GitHub Desktop.
download youtube videos with uploader and playlist name on youtube-dl
youtube-dl -o "%(uploader)s/%(playlist_title)s/%(title)s-%(id)s.%(ext)s" <playlist url>
(--download-archive archive.txt)
(-f [ext=mp4])
"%(uploader)s" -> display name
"%(uploader_id)s" -> channel's id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment