Created
July 6, 2014 15:59
-
-
Save metaist/e75bcfb0e2977de68023 to your computer and use it in GitHub Desktop.
YouTube Batch Downloader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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