Skip to content

Instantly share code, notes, and snippets.

@fsalehpour
Created September 19, 2013 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsalehpour/6628404 to your computer and use it in GitHub Desktop.
Save fsalehpour/6628404 to your computer and use it in GitHub Desktop.
Youtube downloader using youtbue-dl
#!/bin/bash
python2.6 $HOME/bin/youtube-dl -F $1
echo -n "Enter the number of your file format choice: "
read format
python2.6 $HOME/bin/youtube-dl -t -f $format $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment