mirror of https://gitlab.com/bashrc2/epicyon
Extra podcast attribute
parent
b4d60ae836
commit
cd317956df
|
@ -418,7 +418,7 @@ def xml_podcast_to_dict(xml_str: str) -> {}:
|
|||
'url', 'geo', 'osm', 'type', 'method', 'group',
|
||||
'owner', 'srcset', 'img', 'role', 'address', 'suggested',
|
||||
'startTime', 'duration', 'href', 'name', 'pubdate',
|
||||
'length', 'season'
|
||||
'length', 'season', 'email'
|
||||
)
|
||||
pod_entry = {}
|
||||
for pod_field in pod_fields:
|
||||
|
|
Loading…
Reference in New Issue