Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    HTTP::GetImages 0.343

    Download button

    No screenshots available
    Downloads: 353  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Excellent (5.0/5)
    1 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Lee Goddard | More programs
    GPL / FREE
    November 15th, 2006, 08:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    HTTP::GetImages description

    A spider to recover and store images from web pages.

    HTTP::GetImages is a spider to recover and store images from web pages.

    SYNOPSIS

    use HTTP::GetImages;

    $_ = new HTTP::GetImages (
    dir => '.',
    todo => ['http://www.google.com/',],
    dont => ['http://www.somewhere/ignorethis.html','http://and.this.html'],
    chat => 1,
    );

    $_->print_imgs;
    $_->print_done;
    $_->print_failed;
    $_->print_ignored;

    my $hash = $_->imgs_as_hash;
    foreach (keys %{$hash}){
    warn "$_ = ",$hash->{$_},"n";
    }

    exit;


    This module allow syou to automate the searching, recovery and local storage of images from the web, including those linked by anchor (A), mage (IMG) and image map (AREA) elements.

    Supply a URI or list of URIs to process, and HTTP::GetImages will recurse over every link it finds, searching for images.

    By supplying a list of URIs, you can restrict the search to certain webservers and directories, or exclude it from certain webservers and directories.

    You can also decide to reject images that are too small or too large.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    store images | recover images | Perl module | GetImages | store | recover

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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