badpod 0.9.1

A Rust crate for working with imperfect feeds of podcasts.
Documentation
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  Something Before
  <title>Strange Feed</title>
  Something After
  <channel>
    <itunes:category>History</itunes:category>
  </channel>
</rss>