]>
Commit | Line | Data |
---|---|---|
1 | WWW-Offliberty version 1.000008 | |
2 | =============================== | |
3 | ||
4 | Offliberty is a service that takes a URL to some media (for example a | |
5 | YouTube video, a Vimeo video, a SoundCloud song) and returns one or | |
6 | more download links. | |
7 | ||
8 | WWW::Offliberty is a simple interface to this service. The dist also | |
9 | includes a command-line script called "off" that has the same | |
10 | functionality as the module. | |
11 | ||
12 | See http://offliberty.com and the documentation of WWW::Offliberty for | |
13 | more information. | |
14 | ||
15 | INSTALLATION | |
16 | ||
17 | To install this module type the following: | |
18 | ||
19 | perl Makefile.PL | |
20 | make | |
21 | make test | |
22 | make install | |
23 | ||
24 | DEPENDENCIES | |
25 | ||
26 | This module requires these other modules and libraries: | |
27 | ||
28 | * HTML::TreeBuilder | |
29 | * HTTP::Tiny | |
30 | ||
31 | COPYRIGHT AND LICENCE | |
32 | ||
33 | Copyright (C) 2013-2018 by Marius Gavrilescu | |
34 | ||
35 | This library is free software; you can redistribute it and/or modify | |
36 | it under the same terms as Perl itself, either Perl version 5.18.1 or, | |
37 | at your option, any later version of Perl 5 you may have available. | |
38 | ||
39 |