Podcast author tag

main
bashrc 2026-04-13 15:31:03 +01:00
parent 6bf369be2c
commit cd1a4133e4
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ def _get_podcast_author(xml_item: str, xml_str: str) -> str:
""" get podcast author if specified.
"""
author = None
episode_author_tags = ['<itunes:author', '<author']
episode_author_tags = ['<podcast:person', '<itunes:author', '<author']
for author_tag in episode_author_tags:
item_str = xml_item