5 umph is a command line tool for parsing Youtube playlists. It
6 dumps the parsed video links to the standard output, each link
7 separated with a newline.
10 <http://umph.googlecode.com/>
12 Development repository:
13 <git://repo.or.cz/umph.git>
18 This is an optional step, you could just as well copy the bin/umph
19 file to your path and start using it. The installation takes care
20 of generating the umph(1) manual from bin/umph but you can also
21 use "perldoc bin/umph" if you want to skip the installation
26 * See Makefile.PL for these
28 If you choose to install:
30 * Make sure you REMOVE any earlier version of umph before you continue
32 * INSTALL_BASE can be passed into Makefile.PL to change where umph will
35 perl Makefile.PL INSTALL_BASE=/usr/local
43 Refer to the ExtUtils::MakeMaker documentation when in doubt:
44 <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>