react-native-rss-parser
react-native-rss-parser copied to clipboard
Support for custom tags
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?
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.
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?