Skip to content

Instantly share code, notes, and snippets.

@pihentagy
Last active December 7, 2022 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pihentagy/cd36d28b0238af25f810020e6f535688 to your computer and use it in GitHub Desktop.
Save pihentagy/cd36d28b0238af25f810020e6f535688 to your computer and use it in GitHub Desktop.
Media RSS example
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>My Movie Review Site</title>
    <link>http://www.foo.com</link>
    <description>I review movies.</description>
    <item>
      <title>Spirit of the Forest</title>
      <link>https://www.wikiart.org/en/odilon-redon/spirit-of-the-forest-1890?utm_source=Muzei&amp;utm_campaign=Muzei</link>
      <media:content
url="https://storage.googleapis.com/muzeifeaturedart/lt-full/odilon-redon-1890_spirit-of-the-forest.jpg"
medium="image" type="image/jpeg" />
    </item>
  </channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment