Is it possible to access leeched feed data from other modules? Aggregator2 allowed for this by adding the contents of the feed item to an rss_item_data element to $node, allowing for other modules to pick up on it and edit it when checking for 'insert' or 'update' of nodes. Would it be possible to add something similar for leech? I see you already add a leech_news_item element, but not with much information inside of it.

I'm particularly interested because I want to be able to extract geolocation information for the GeoRSS module.

Comments

alex_b’s picture

As leech is building upon aggregator 2 it should easily be doable. See the leech_news.module.