mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
be305225e1
Add error handling for fetching an rss feed. Add error handling for failure modes of feedparser Add more optional fields to episode as a 'child' Add planet money rss feed for testing
6 lines
145 B
XML
6 lines
145 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0">
|
|
<!-- this should have at least 'title' to be valid -->
|
|
<channel></channel>
|
|
</rss>
|