]>
iEval git - www-offliberty.git/blob - off
6 use Getopt
::Long qw
/GetOptions/;
7 use WWW
::Offliberty qw
/off/;
9 GetOptions
('param=s' => \
my %params);
10 print "$_\n" for off
shift, %params;
18 off - Offliberate this
22 off 'http://vimeo.com/whatever'
23 off --param video_file=1 'http://youtube.com/watch?v=something'
24 off --param param1=value1 --param param2=value2 link_to_offliberate
28 off is a command-line interface to the offliberty.com download
29 service. It prints a list of download URLs for a given resource (e.g.
30 a youtube video). You can also send parameters using the C<--param>
31 argument. See the L<WWW::Offliberty> documentation for more
32 information about parameters.
36 L<WWW::Offliberty>, L<http://offliberty.com>
40 Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
42 =head1 COPYRIGHT AND LICENSE
44 Copyright (C) 2013-2015 by Marius Gavrilescu
46 This library is free software; you can redistribute it and/or modify
47 it under the same terms as Perl itself, either Perl version 5.18.1 or,
48 at your option, any later version of Perl 5 you may have available.
This page took 0.051936 seconds and 4 git commands to generate.