]>
Commit | Line | Data |
---|---|---|
30607a2e MG |
1 | WWW-Offliberty version 1.000001 |
2 | =============================== | |
de48830a | 3 | |
d3123fb8 MG |
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. | |
de48830a MG |
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 | |
d3123fb8 | 29 | * HTTP::Tiny |
de48830a MG |
30 | |
31 | COPYRIGHT AND LICENCE | |
32 | ||
d3123fb8 | 33 | Copyright (C) 2013-2015 by Marius Gavrilescu |
de48830a MG |
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 |