Skip to content

Instantly share code, notes, and snippets.

@Deliquescence
Last active April 19, 2019 22:27
Show Gist options
  • Save Deliquescence/6b66641a4044ac3f9fa68608dd48fb79 to your computer and use it in GitHub Desktop.
Save Deliquescence/6b66641a4044ac3f9fa68608dd48fb79 to your computer and use it in GitHub Desktop.
youtube-dl download script
&youtube-dl --cookies cookies.txt --download-archive archive.txt -i -o '_/%(uploader)s (%(uploader_id)s)/%(upload_date)s %(id)s/%(title)s.%(ext)s' --format "(bestvideo[ext=mp4]/bestvideo)+(bestaudio[ext=m4a]/bestaudio)" --all-subs --write-description --write-info-json --write-annotations --write-thumbnail $args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment