The function feedapi_eparser_load_type_plugin($feed) keeps a cache. But I have a use case where I need to call the same feed multiple times with one parameter changed. I do this by replacing the feed url and calling refresh on it. But since the previous version still is in the plugin_cache this doesn't work.

I'd like it if it was possible to reset this cache.

Comments

neclimdul’s picture

If you're changing the url how is it the same feed?

jax’s picture

I change a parameter of the url. I need to import soccer data for several seasons. So I have a feed Teams and a feed Seasons. The seasons feed is fixed and returns all the season id. When refreshing that feed I trigger the other feed with each time a new id. So, indeed, it's not exactly the same feed but creating a new feed for each of the seasons would be unwieldy.