Commit 0ff173f
Changed files (1)
src
others
src/others/podcast.py
@@ -229,7 +229,7 @@ def load_xml(data: str, template: str = "rss") -> dict:
"@xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"@xmlns:podcast": "https://podcastindex.org/namespace/1.0",
"@xmlns:content": "http://purl.org/rss/1.0/modules/content/",
- "channel": {},
+ "channel": {"item": []},
}
}