
  YouGrabber

  A lightweight, command line YouTube.com video downloader, made from scratch
  in ANSI C.

  Copyright (C) 2006-2008 Quetzy Garcia, <quetzyg@users.sourceforge.net>
  For news and updates, see <http://yougrabber.sourceforge.net/>

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.


  Basic Installation
  ------------------

  The simplest way to compile this program is:

  1. 'cd' to the directory containing the source code and type
  'make' to compile.

  2. Type 'make install' to install.

  3. You can remove the program binary and object files from the
  source code directory by typing 'make clean'. To remove the
  installed file created by 'make install', type 'make uninstall'.


  Installation path
  -----------------

  By default, 'make install' will install the program file in
  '/usr/bin'. You can edit the Makefile and specify an installation
  prefix other than '/usr'.
