This is just to check if this blog app really works.
[Random Image] Aparna Sarovar kids are skating
This is just to check if this blog app really works.
[Random Image] Aparna Sarovar kids are skating
$ sudo yum install youtube-dl
$ youtube-dl http://www.youtube.com/watch?v=video_id
$ youtube-dl -o output.flv http://www.youtube.com/watch?v=video_idUse the original video title :
$ youtube-dl -t http://www.youtube.com/watch?v=video_idHave a literal title :
$ youtube-dl -l http://www.youtube.com/watch?v=video_id
$ youtube-dl -u username -p password http://www.youtube.com/watch?v=video_id
$ youtube-dl -n http://www.youtube.com/watch?v=video_idAppend this line to ~/.netrc file :
machine youtube login username password password
$ youtube-dl -g http://www.youtube.com/watch?v=video_idOr grab the Title :
$ youtube-dl -2 http://www.youtube.com/watch?v=video_id
$ youtube-dl -q http://www.youtube.com/watch?v=video_id &
$ youtube-dl -h
|