NAME
WWW::Offliberty - interface to offliberty.com download service
SYNOPSIS
use WWW::Offliberty qw/off/;
my @links = off 'http://youtube.com/watch?v=something', video_file => 1;
DESCRIPTION
WWW::Offliberty is a simple interface to the offliberty.com download service.
It exports a single function: off(url, [argument => value...]). This function that returns a list of download links, as returned by the service.
SEE ALSO
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.