Skip to content

Instantly share code, notes, and snippets.

@metaist
Created July 6, 2014 15:59
Show Gist options
  • Save metaist/e75bcfb0e2977de68023 to your computer and use it in GitHub Desktop.
Save metaist/e75bcfb0e2977de68023 to your computer and use it in GitHub Desktop.
YouTube Batch Downloader
#!/bin/bash
youtube-dl --batch-file $1 --extract-audio --output '%(autonumber)s-%(title)s-%(id)s.%(ext)s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment