Commit 0ff173f

benny-dou <60535774+benny-dou@users.noreply.github.com>
2025-07-26 06:00:23
fix(podcast): fix default rss template
1 parent 3baa474
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": []},
             }
         }