merge-requests/30/head
Bob Mottram 2022-02-12 15:40:55 +00:00
parent a0c1c5bca6
commit 2fc66213d8
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ def xml_podcast_to_dict(xml_item: str, xml_str: str) -> {}:
"""podcasting extensions for RSS feeds
See https://github.com/Podcastindex-org/podcast-namespace/
blob/main/docs/1.0.md
https://github.com/Podcastindex-org/podcast-namespace/
blob/main/proposal-docs/social/social.md#socialinteract-element
"""
if '<podcast:' not in xml_item:
if '<itunes:' not in xml_item: