mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2024-11-05 16:08:51 +01:00
19 lines
814 B
XML
19 lines
814 B
XML
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"
|
|
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
|
|
|
|
<channel>
|
|
<title>My Movie Review Site</title>
|
|
<link>http://www.foo.com</link>
|
|
<description>I review movies.</description>
|
|
<item>
|
|
<title>Movie Title: Is this a good movie?</title>
|
|
<link>http://www.foo.com/item1.htm</link>
|
|
<media:content url="http://www.foo.com/trailer.mov" fileSize="12216320" type="video/quicktime"
|
|
expression="sample"/>
|
|
<creativeCommons:license>
|
|
http://www.creativecommons.org/licenses/by-nc/1.0
|
|
</creativeCommons:license>
|
|
<media:rating>nonadult</media:rating>
|
|
</item>
|
|
</channel>
|
|
</rss> |