Last active
December 23, 2015 15:39
-
-
Save abdollahpour/6657045 to your computer and use it in GitHub Desktop.
Youtube tips
This file contains hidden or 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
$ 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