]> iEval git - www-offliberty.git/blobdiff - lib/WWW/Offliberty.pm
Update offliberty URL
[www-offliberty.git] / lib / WWW / Offliberty.pm
index fc9c348d83c8cc53475f356af8677711b31ab934..f6ac6c3135e317d9f8d6cc36c3390dfe8c5d96f9 100644 (file)
@@ -13,10 +13,10 @@ use LWP::UserAgent;
 my $ua = LWP::UserAgent->new;
 
 sub off{
-  my ($url, @params) = @_;
-  my $content = $ua->post("http://offliberty.com/off.php", {track => $url, @params})->decoded_content;
-  my $root = HTML::TreeBuilder->new_from_content($content);
-  map { $_->attr('href') } $root->look_down(qw/_tag a class download/);
+       my ($url, @params) = @_;
+       my $content = $ua->post("http://offliberty.com/off54.php", {track => $url, @params})->decoded_content;
+       my $root = HTML::TreeBuilder->new_from_content($content);
+       map { $_->attr('href') } $root->look_down(qw/_tag a class download/);
 }
 
 1;
This page took 0.023888 seconds and 4 git commands to generate.