mirror of https://gitlab.com/bashrc2/epicyon
Podcast social interaction fields
parent
68e7a30c8e
commit
a0c1c5bca6
|
@ -463,7 +463,8 @@ def xml_podcast_to_dict(xml_item: str, xml_str: str) -> {}:
|
||||||
"soundbites": [],
|
"soundbites": [],
|
||||||
"transcripts": [],
|
"transcripts": [],
|
||||||
"valueRecipients": [],
|
"valueRecipients": [],
|
||||||
"trailers": []
|
"trailers": [],
|
||||||
|
"socialInteract": []
|
||||||
}
|
}
|
||||||
|
|
||||||
pod_lines = xml_item.split('<podcast:')
|
pod_lines = xml_item.split('<podcast:')
|
||||||
|
@ -486,7 +487,8 @@ def xml_podcast_to_dict(xml_item: str, 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', 'email'
|
'length', 'season', 'email', 'platform', 'protocol',
|
||||||
|
'accountId', 'priority'
|
||||||
)
|
)
|
||||||
pod_entry = {}
|
pod_entry = {}
|
||||||
for pod_field in pod_fields:
|
for pod_field in pod_fields:
|
||||||
|
|
Loading…
Reference in New Issue