ruby / rss

RSS reading and writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't parse media:thumbnail

g13ydson opened this issue · comments

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')

This can be solved when we solve #18.