Index: plugins/FeedapiEparserTypePlugin.inc =================================================================== --- plugins/FeedapiEparserTypePlugin.inc (revision 20817) +++ plugins/FeedapiEparserTypePlugin.inc (working copy) @@ -88,7 +88,11 @@ $this->feed->parsed_source->items[] = $destination_item; } - + + // Let modules alter the parsed source before returning + // Pass the value of the feed only + drupal_alter('eparse_parsed_source', $this->feed->parsed_source, drupal_clone($this->feed)); + return $this->feed->parsed_source; }