Fix dmotion id parsing.
[clive.git] / README
blob20c809042d117e52fd4b98ae92240e946da73657
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
49 Notes
50 -----
52 * "make test" will use ~/.cliverc settings. You can set NO_INTERNET
53 environment variable to skip the host tests.
55 * To enable adult website tests, set ADULT_OK environment variable.
57 * If you want to try clive without installing it first:
58   cd lib; ../bin/clive URL