[Ilugc] OAOD (youtube-dl)

  • From: dhasthagheer@xxxxxxxxx (Dhastha Gheer)
  • Date: Mon Mar 29 06:16:01 2010

Application: youtube-dl

What it is:

youtube-dl  is a small command-line program to download videos from
YouTube.com. It allows you to save videos as .flv files. This short
article shows how to install and use it on Ubuntu

Features:

youtube-dl allows the user, among other things, to choose a specific
video quality to download (if available) or let the program
automatically determine the best quality video to grab.

To Install:

sudo aptitude install youtube-dl


To learn about youtube-dl's usage, take a look at its man page:

man youtube-dl

Basically it works as follows:

youtube-dl -o [name of output file] [YouTube URL]

E.g.:

youtube-dl -o test.flv http://www.youtube.com/watch?v=6mIZvDD0RkQ

-- 
 ????? ,

 ????????.?

 Kanchi Linux User Group Rocks !

 http://kanchilug.wordpress.com

 My Works on Linux

 http://dowithlinux.wordpress.com

Other related posts:

  • » [Ilugc] OAOD (youtube-dl) - Dhastha Gheer