Skip to content

Commit

Permalink
Update podcastparser.py
Browse files Browse the repository at this point in the history
Add rss/channel/itunes:summary handling
  • Loading branch information
CJxD authored May 15, 2024
1 parent 03e5477 commit e95d210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions podcastparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ def parse_pubdate(text):
'rss/channel/title': PodcastAttr('title', squash_whitespace),
'rss/channel/link': PodcastAttrRelativeLink('link'),
'rss/channel/description': PodcastAttr('description', squash_whitespace_not_nl),
'rss/channel/itunes:summary': EpisodeAttr('description', squash_whitespace_not_nl),
'rss/channel/podcast:funding': PodcastAttrFromUrl('funding_url'),
'rss/channel/podcast:locked': PodcastAttrExplicit('import_prohibited'),
'rss/channel/image/url': PodcastAttrRelativeLink('cover_url'),
Expand Down

0 comments on commit e95d210

Please sign in to comment.