The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME - filmaffinity-get-movie-info.pl

get information from filmaffinity about a film and print them in JSON formt

SYNOPSIS

  ./filmaffinity-get-movie-info.pl --id=123456
  
  ./filmaffinity-get-movie-info.pl --id=123456 --delay=2
  
  ./filmaffinity-get-movie-info.pl --id=932476 --output=/home/william/matrix.json

ARGUMENTS

--id=932476

movie id from filmaffinity

OPTIONS

--delay=3

delay between requests

--output=/home/william/matrix.json

output json file

AUTHOR

William Belle, <william.belle at gmail.com>

SEE ALSO

http://www.filmaffinity.com

LICENSE AND COPYRIGHT

Copyright 2013 William Belle.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.