ruby / rss

RSS reading and writing
BSD 2-Clause "Simplified" License
185 stars 36 forks source link

can't parse media:thumbnail #30

Closed g13ydson closed 3 years ago

g13ydson commented 3 years ago

I'm trying to parse an RSS file that has a media thumbnail, but it looks like we don't have support for that yet.

<media:thumbnail url="http://www.foo.com/keyframe.jpg" width="75" height="50" time="12:05:01.123" />

RSS::Parser.parse('https://justthenews.com/syndication/willcountygazette.com/rss.xml')

kou commented 3 years ago

This can be solved when we solve #18.