The Webfeed Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

62 lignes
2.9 KiB

  1. <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"
  2. xmlns:georss="http://www.georss.org/georss"
  3. xmlns:gml="http://www.opengis.net/gml">
  4. <channel>
  5. <title>Song Site</title>
  6. <description>Media RSS example with new fields added in v1.5.0</description>
  7. <item>
  8. <link>http://www.foo.com</link>
  9. <pubDate>Mon, 27 Aug 2001 16:08:56 PST</pubDate>
  10. <media:content url="http://www.foo.com/video.mov" fileSize="2000" medium="video" isDefault="true" expression="full" bitrate="128" framerate="25" samplingrate="44.1" channels="2" type="video/quicktime" />
  11. <media:content url="http://www.foo.com/video2.mov" fileSize="2000" bitrate="128" type="video/quicktime" expression="full" />
  12. <media:community>
  13. <media:starRating average="3.5" count="20" min="1" max="10" />
  14. <media:statistics views="5" favorites="5" />
  15. <media:tags>news: 5, abc:3</media:tags>
  16. </media:community>
  17. <media:comments>
  18. <media:comment>comment1</media:comment>
  19. <media:comment>comment2</media:comment>
  20. </media:comments>
  21. <media:embed url="http://www.foo.com/player.swf" width="512" height="323">
  22. <media:param name="type">application/x-shockwave-flash</media:param>
  23. <media:param name="width">512</media:param>
  24. <media:param name="height">323</media:param>
  25. <media:param name="allowFullScreen">true</media:param>
  26. <media:param name="flashVars">
  27. id=12345&amp;vid=678912i&amp;lang=en-us&amp;intl=us&amp;thumbUrl=http://www.foo.com/thumbnail.jpg
  28. </media:param>
  29. </media:embed>
  30. <media:responses>
  31. <media:response>http://www.response1.com</media:response>
  32. <media:response>http://www.response2.com</media:response>
  33. </media:responses>
  34. <media:backLinks>
  35. <media:backLink>http://www.backlink1.com</media:backLink>
  36. <media:backLink>http://www.backlink2.com</media:backLink>
  37. </media:backLinks>
  38. <media:status state="active" />
  39. <media:price type="rent" price="19.99" currency="EUR" />
  40. <media:license type="text/html" href="http://www.licensehost.com/license"> Sample license for a video</media:license>
  41. <media:subTitle type="application/smil" lang="en-us" href="http://www.foo.org/subtitle.smil" />
  42. <media:peerLink type="application/x-bittorrent " href="http://www.foo.org/sampleFile.torrent" />
  43. <media:location description="My house" start="00:01" end="01:00">
  44. <georss:where>
  45. <gml:Point>
  46. <gml:pos>35.669998 139.770004</gml:pos>
  47. </gml:Point>
  48. </georss:where>
  49. </media:location>
  50. <media:restriction type="sharing" relationship="deny" />
  51. <media:scenes>
  52. <media:scene>
  53. <sceneTitle>sceneTitle1</sceneTitle>
  54. <sceneDescription>sceneDesc1</sceneDescription>
  55. <sceneStartTime>00:15</sceneStartTime>
  56. <sceneEndTime>00:45</sceneEndTime>
  57. </media:scene>
  58. </media:scenes>
  59. </item>
  60. </channel>
  61. </rss>