mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
a0c1c5bca6
commit
2fc66213d8
|
@ -451,6 +451,8 @@ def xml_podcast_to_dict(xml_item: str, xml_str: str) -> {}:
|
||||||
"""podcasting extensions for RSS feeds
|
"""podcasting extensions for RSS feeds
|
||||||
See https://github.com/Podcastindex-org/podcast-namespace/
|
See https://github.com/Podcastindex-org/podcast-namespace/
|
||||||
blob/main/docs/1.0.md
|
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 '<podcast:' not in xml_item:
|
||||||
if '<itunes:' not in xml_item:
|
if '<itunes:' not in xml_item:
|
||||||
|
|
Loading…
Reference in New Issue