mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-09-05 13:04:32 +02:00
20
tests/resources/basic.xml
Normal file
20
tests/resources/basic.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
|
||||
<channel>
|
||||
<title>test Home Page</title>
|
||||
<link>https://www.test.com</link>
|
||||
<description>Free web building tutorials</description>
|
||||
<item>
|
||||
<title>RSS Tutorial</title>
|
||||
<link>https://www.test.com/xml/xml_rss.asp</link>
|
||||
<description>New RSS tutorial on test</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>XML Tutorial</title>
|
||||
<link>https://www.test.com/xml</link>
|
||||
<description>New XML tutorial on test</description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
</rss>
|
1383
tests/resources/media/cnn.xml
Normal file
1383
tests/resources/media/cnn.xml
Normal file
File diff suppressed because it is too large
Load Diff
32
tests/resources/media/music-video.xml
Normal file
32
tests/resources/media/music-video.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/">
|
||||
|
||||
<channel>
|
||||
<title>Music Videos 101</title>
|
||||
<link>http://www.foo.com</link>
|
||||
<description>Discussions of great videos</description>
|
||||
<item>
|
||||
<title>The latest video from an artist</title>
|
||||
<link>http://www.foo.com/item1.htm</link>
|
||||
<media:content url="http://www.foo.com/movie.mov" fileSize="12216320" type="video/quicktime"
|
||||
expression="full">
|
||||
<media:player url="http://www.foo.com/player?id=1111" height="200" width="400"/>
|
||||
<media:hash algo="md5">dfdec888b72151965a34b4b59031290a</media:hash>
|
||||
<media:credit role="producer">producer's name</media:credit>
|
||||
<media:credit role="artist">artist's name</media:credit>
|
||||
<media:category scheme="http://blah.com/scheme">
|
||||
music/artistname/album/song
|
||||
</media:category>
|
||||
<media:text type="plain">
|
||||
Oh, say, can you see, by the dawn's early light
|
||||
</media:text>
|
||||
<media:rating>nonadult</media:rating>
|
||||
<dcterms:valid>
|
||||
start=2002-10-13T09:00+01:00;
|
||||
end=2002-10-17T17:00+01:00;
|
||||
scheme=W3C-DTF
|
||||
</dcterms:valid>
|
||||
</media:content>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
19
tests/resources/media/trailer.xml
Normal file
19
tests/resources/media/trailer.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
Reference in New Issue
Block a user