Closed g13ydson closed 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')
This can be solved when we solve #18.
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')