-- Prerequisites

	* Python >= 2.4
	  - http://python.org
	* urlgrabber module for python
	  - http://linux.duke.edu/projects/urlgrabber/

	Optional:

	* ffmpeg - for re-encoding purposes
		http://ffmpeg.mplayerhq.hu
	
	* player - any, for playing extracted videos
		e.g. http://www.videolan.org/vlc


-- Installation

From source:

	# sudo python setup.py install

Python distutils supports also binary distribution building, e.g.:

	# python setup.py bdist_rpm

For the most current information about the available packages for different
systems, please visit the project website (http://home.gna.org/clive)
or the project page (http://gna.org/projects/clive).


-- MSWindows 

Binaries (py2exe'd, all-in-one) are available at http://home.gna.org/clive/.


