Skip to content

Instantly share code, notes, and snippets.

@sixem
Last active April 9, 2019 01:25
Show Gist options
  • Save sixem/9a93ae6b58e4303ff73240892b4904e0 to your computer and use it in GitHub Desktop.
Save sixem/9a93ae6b58e4303ff73240892b4904e0 to your computer and use it in GitHub Desktop.
#!/bin/bash
for var in "$@"
do
youtube-dl "$var" -o "[%(uploader)s] %(title)s [%(upload_date)s - %(id)s].%(ext)s" -f bestvideo+bestaudio
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment