Extra podcast attribute

main
Bob Mottram 2022-01-10 22:31:05 +00:00
parent b4d60ae836
commit cd317956df
1 changed files with 1 additions and 1 deletions

View File

@ -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: