--format help: Use mp4_360p instead
[clive.git] / README
blob92407b9daa1b91c71823c323f17e0139c45a8308
1 clive
2 ============
4 clive is a command line video extraction tool for Youtube and other similar
5 video websites that require Adobe Flash for viewing the content.
7 WWW: <http://clive.sourceforge.net/>
8 GIT: <git://repo.or.cz/clive.git>
11 PREREQUISITES
13 See the Makefile.PL file for Perl module prerequisites, under "PREREQ_PM".
15 You will also need:
16     * quvi(1) 0.2.7+ [1]
17     * A download command, e.g. wget(1) [2], curl(1) [3] -- or similar
19 [1] <http://quvi.sourceforge.net/>
20 [2] <http://www.gnu.org/software/wget/>
21 [3] <http://curl.haxx.se/>
24 INSTALLATION
26 You could skip this step, if you like, and instead just run "bin/clive".
27 This should work as long as the prerequisites are found.
29     perl Makefile.PL
30     make
31     make install
33     * You can specify the install prefix with INSTALL_BASE
34         e.g. perl Makefile.PL INSTALL_BASE=/usr/local
36   More: <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
37    FAQ: <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
40 GETTING STARTED
42     * Configure ~/.cliverc, see "man clive" and "FILES" section for an example
43         - Set at least --quvi and --get-with, e.g.:
45             % cat > ~/.cliverc
46             --quvi "/usr/bin/quvi %u"
47             --get-with "/usr/bin/curl -L -C - -o %f %u"