I am setting up a Feeds Parser to pull info from a specific API - PetFinder.com and for each pet they have multiple pictures as well as sizes for each. So for the large size a pet may have 1-4 pics and I want to grab them all. (returns an absolute url) can I return multiple urls in either a array or say a comma separated list.

Comments

publicmind’s picture

This is not what FIG will do, but if you want to grab all the pics from a webpage you can use the helper functions in feeds_imagegrabber.module file:

function feeds_imagegrabber_scrape_images($content, $base_url, array $options = array(), &$error_log = array())

regards,

publicmind’s picture

Status: Active » Closed (works as designed)

open if required.

Regards,