Manual: update.
[clive.git] / README
blobddd992a2924650c5e79d800e086fd8ae52f428e8
1 README for clive
2 ----------------
4 clive is a command line utility for extracting videos from Youtube and other
5 video-sharing websites. It was written to bypass the Adobe Flash requirement
6 to view the hosted videos.
8     http://clive.googlecode.com/
9     http://code.google.com/p/clive/issues/
10     http://code.google.com/p/clive/wiki/FAQ
13 Prerequisites
14 -------------
16 See Makefile.PL file.
19 Optional modules
20 ----------------
22 * BerkeleyDB
23   - If not installed, clive cache features will be disabled
25 * Term::ReadKey
26   - If not installed, clive will not resize progressbar to
27   match terminal width
30 Installation
31 ------------
33 Be sure to remove any previous versions of clive first.
35 INSTALL_BASE can be passed into Makefile.PL to change where clive will
36 be installed. For example:
38   perl Makefile.PL INSTALL_BASE=/usr/local
40   perl Makefile.PL
41   make
42   make test # optional
43   make install
45 See also (for Makefile.PL options etc.):
46   http://search.cpan.org/perldoc?ExtUtils::MakeMaker
48 NOTE: "make test" will use ~/.cliverc settings. You can set NO_INTERNET
49 environment variable to skip the host tests.
51 If you want to try clive without installing it first:
52   cd lib
53   ../bin/clive URL