Skip to content

Instantly share code, notes, and snippets.

@abdollahpour
Last active December 23, 2015 15:39
Show Gist options
  • Save abdollahpour/6657045 to your computer and use it in GitHub Desktop.
Save abdollahpour/6657045 to your computer and use it in GitHub Desktop.
Youtube tips
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install youtube-dl
# We can directly update with
$ sudo youtube-dl -U
# Simply download
$ youtube-dl http://www.youtube.com/some_url
# Select video format
$ youtube-dl –all-formats http://www.youtube.com/some_url
# then
$ youtube-dl -f 34 http://www.youtube.com/some_url
# For windows version go here: (http://rg3.github.io/youtube-dl/download.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment