1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/tests/fixtures/rssfeeds/empty.xml
Carl Hall be305225e1 Correct FK fields to match parent column type.
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
2020-08-20 21:15:43 -07:00

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>