goldsky / spiefeed

Feeds aggregator for MODx Revolution based on SimplePie
http://simplepie.org/
8 stars 4 forks source link

Missing support for <media:content> ? #14

Closed pixelchutes closed 9 years ago

pixelchutes commented 9 years ago

I am dealing with a Feedburner feed that has an associated image defined via media:content e.g.

<media:content url="https://domain.com/path/to/media/image.jpg">
    <media:credit role="photographer">Shutterstock</media:credit>
</media:content>

However, when I enable &debug=1&toArray=1`` I am not seeing these entries available as placeholders for my Chunk templates.

Is there currently underlying support for <media:content> in the most recent spiefeed package?

pixelchutes commented 9 years ago

Looks like this was resolved by #12 (specifically f6d1d491f56d682a1d43eb23b5dc768acb04e4ae), just missing from most recent MODX Extra release.