RSParser icon indicating copy to clipboard operation
RSParser copied to clipboard

missing <media:content> tag

Open bubudrc opened this issue 2 years ago • 3 comments

parsing the feed: https://www.lanacion.com.ar/arcio/rss/ I'm found that the tag media:content is not taking account. Are there any way to inspect that property after to do FeedParser.parse(...) on the items value?

Thanks

bubudrc avatar Apr 06 '22 15:04 bubudrc

Good point. We don’t deal with enclosures much, since this is tuned to the needs of NetNewsWire. We probably should handle enclosures, though.

brentsimmons avatar Apr 06 '22 16:04 brentsimmons

ok. I will try to create a PR to improve this behavior :)

bubudrc avatar Apr 06 '22 18:04 bubudrc

open a PR: https://github.com/Ranchero-Software/RSParser/pull/71 for this issue

bubudrc avatar Apr 07 '22 19:04 bubudrc