Login
1 branch 0 tags
Ben (Desktop/Arch) Added a testsuite 7a0c574 28 days ago 84 Commits
moon / tests / fixtures / rss / mixed_enclosures.rss
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <item>
      <title>Audio Episode</title>
      <guid>a-1</guid>
      <enclosure url="https://cdn.example.com/a1.mp3" type="audio/mpeg"/>
    </item>
    <item>
      <title>Video Episode</title>
      <guid>v-1</guid>
      <enclosure url="https://cdn.example.com/v1.mp4" type="video/mp4"/>
    </item>
    <item>
      <title>Another Audio</title>
      <guid>a-2</guid>
      <enclosure url="https://cdn.example.com/a2.m4a" type="audio/mp4"/>
    </item>
  </channel>
</rss>