Bump version and update Changes
[www-offliberty.git] / README
... / ...
CommitLineData
1WWW-Offliberty version 1.000008
2===============================
3
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.
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
29 * HTTP::Tiny
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2013-2018 by Marius Gavrilescu
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.008116 seconds and 4 git commands to generate.