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