react-native-rss-parser icon indicating copy to clipboard operation
react-native-rss-parser copied to clipboard

Support for custom tags

Open Maetthu24 opened this issue 6 years ago • 2 comments

Hi, I'm using your parser to parse this feed: http://rss.cnn.com/rss/edition.rss It's working well in general, but this feed uses the media:group tag (with different media:content elements for different resolutions) for the articles' images. This tag does not seem to be supported currently. Is it in any way possible to add custom tags to get parsed additionally?

Maetthu24 avatar Jan 31 '19 10:01 Maetthu24

Thanks for your feedback. I have also thought about adding support for custom tags, but i haven't done any implementation yet. If you have any ideas, feel free to add them here or add a pull request. Otherwise i will think about it and try to add something to this project.

jameslawler avatar Jun 30 '19 20:06 jameslawler

I've run into a similar need, the feeds I'm using have article images in media:thumbnail tags. Is there a way to parse them at the moment?

vishusingh avatar Jan 21 '23 12:01 vishusingh