Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    WWW::Search::Mininova 0.06

    Download button

    No screenshots available
    Downloads: 7,283  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    17 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Zoffix Znet | More programs
    Perl Artistic License / FREE
    April 30th, 2008, 13:30 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    WWW::Search::Mininova description

    A Perl interface to www.mininova.org Torrent site

    WWW::Search::Mininova is a Perl interface to www.mininova.org Torrent site.

    SYNOPSIS

    use WWW::Search::Mininova;
    my $mini = WWW::Search::Mininova->new;
    $mini->search('foo')->{results}[0]{download_uri};

    use WWW::Search::Mininova;
    my $mini = WWW::Search::Mininova->new(
    category => 'Music',
    sort => 'Seeds',
    );


    $mini->search('foo');

    if ( defined $mini->did_you_mean ) {
    print "Did you mean to search for "
    . $mini->did_you_mean . "?n";
    }


    print "Found " . $mini->results_found . " resultsn";
    foreach my $result ( @{ $mini->results } ) {
    if ( $result->{is_private} ) {
    print "Private trackern";
    }
    print {seeds}
    Number of leechers: $result->{leechers}
    Torrent page: $result->{uri}
    Download URI: $result->{download_uri}
    Torrent size: $result->{size}
    Category: $result->{category}
    Sub category: $result->{subcategory}
    Was added on: $result->{added_date}

    END_RESULT_DATA
    }


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Torrent site | Mininova search | Perl module | Mininova | torrent | search

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM