NAME
off - Offliberate this
SYNOPSIS
off 'http://vimeo.com/whatever'
off --param video_file=1 'http://youtube.com/watch?v=something'
off --param param1=value1 --param param2=value2 link_to_offliberate
DESCRIPTION
off is a command-line interface to the offliberty.com download service. It prints a list of download URLs for a given resource (e.g. a youtube video). You can also send parameters using the --param
argument. See the WWW::Offliberty documentation for more information about parameters.
SEE ALSO
WWW::Offliberty, http://offliberty.com
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2013-2015 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.