mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
3eb9a66e7a
commit
4d25af2705
|
@ -1005,6 +1005,7 @@ def _atom_feed_to_dict(base_dir: str, domain: str, xml_str: str,
|
||||||
preferred_podcast_formats: [],
|
preferred_podcast_formats: [],
|
||||||
system_language: str) -> {}:
|
system_language: str) -> {}:
|
||||||
"""Converts an atom feed string to a dictionary
|
"""Converts an atom feed string to a dictionary
|
||||||
|
Also see https://activitystrea.ms/specs/atom/1.0/
|
||||||
"""
|
"""
|
||||||
if '<entry>' not in xml_str:
|
if '<entry>' not in xml_str:
|
||||||
return {}
|
return {}
|
||||||
|
|
Loading…
Reference in New Issue