WWW::Sucksub::Attila is a Perl module that offers automated access to attila french subtitles database.
SYNOPSIS
WWW::SuckSub::Attila is a web robot based on the WWW::Mechanize Module. it parses distant web database specialised on french subtitles and build a dbm file to store result ( film title - http link for subtitle file ). The dbm file is used like a dictionnary you can update and use to do quick search.
use WWW::Sucksub::Attila;
my $test=WWW::Sucksub::Attila>new(
motif => $mot,
debug =>1,
logout => '/where/debug/file/is/written.txt',
dbfile=>'/where/dbm/file/is.db',
html=>'/where/html/report/will/be/written.html'
);
$test->update(); #parse all site and collect subtitles http link
$test->search(); #search on local dbm file and produce html report
Product's homepage
Requirements:
· Perl