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',
|
'url', 'geo', 'osm', 'type', 'method', 'group',
|
||||||
'owner', 'srcset', 'img', 'role', 'address', 'suggested',
|
'owner', 'srcset', 'img', 'role', 'address', 'suggested',
|
||||||
'startTime', 'duration', 'href', 'name', 'pubdate',
|
'startTime', 'duration', 'href', 'name', 'pubdate',
|
||||||
'length', 'season'
|
'length', 'season', 'email'
|
||||||
)
|
)
|
||||||
pod_entry = {}
|
pod_entry = {}
|
||||||
for pod_field in pod_fields:
|
for pod_field in pod_fields:
|
||||||
|
|
Loading…
Reference in New Issue