Last active
December 7, 2022 15:17
-
-
Save pihentagy/cd36d28b0238af25f810020e6f535688 to your computer and use it in GitHub Desktop.
Media RSS example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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&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