I am wondering if someone can direct me at a working MRSS example or critque mine. We get "The feed format is invalid. We are unable to parse it." on our MRSS feed, despite following the instructions correctly (I believe) and several alterations to our feed.
I have modeled closely to the example in the documentation
https://github.com/rokudev/feed-specifi ... ication.md An example of one our our items is
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<item>
<guid>https://vimeo.com/187227785/13dff92ac2</guid>
<pubdate>10/28/2016 12:00:00 AM</pubdate>
<media:title>Typical Day of a Modeler at RMS</media:title>
<media:description>What is a typical day like for a Modeler at RMS?</media:description>
<media:category>Engineering</media:category>
<media:keywords>catastrophe modeling, earthquakes, modeler, RMS</media:keywords>
<media:thumbnail url="http://dev.bajobs.com//videos/thumbnails/bajobs-featured.jpg" />
<media:content url="https://vimeo.com/187227785/13dff92ac2" duration="45.0" />
</item>
</channel>
</rss>
Some examples that are pointed at as working vary heavily from the instructions so I'm sure we're close. It must be something simple.
Does anyone have any suggestions?
Thanks
Scott