Ian Langworth ☠ > SoggyOnion-0.04 > SoggyOnion::Plugin::ImageScraper

Download:
SoggyOnion-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.04   Source  

NAME ^

SoggyOnion::Plugin::ImageScraper - get images from a page

SYNOPSIS ^

In config.yaml:

    layout:
      - title: Comic Strips
        name:  comics.html
        items:
          - images: http://www.myfavoritestrip.com/
            id:  myfavoritestrip
            offset: 4
            limit: 1

DESCRIPTION ^

This is a plugin for SoggyOnion that grabs a series of <IMG> tags from a URI and adds them to the SoggyOnion output page.

Item Options

SEE ALSO ^

SoggyOnion

AUTHOR ^

Ian Langworth, <ian@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2004 by Ian Langworth

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.