Skip to content

Instantly share code, notes, and snippets.

@naqushab
Created January 16, 2018 19:58
Show Gist options
  • Save naqushab/1b46719933ea3641d90b115c24ed39fb to your computer and use it in GitHub Desktop.
Save naqushab/1b46719933ea3641d90b115c24ed39fb to your computer and use it in GitHub Desktop.
Rip Youtube Channel
youtube-dl -ciw --restrict-filenames -o "Videos/%(playlist)s/%(title)s-%(upload_date)s.%(ext)s" --download-archive archive.txt --add-metadata --write-description --write-annotation --write-thumbnail -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 --batch-file=CHANNELNAMES.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment