Skip to content

Commit

Permalink
Should be Podcast attribute not Episode attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
CJxD authored May 15, 2024
1 parent e95d210 commit 1ebf125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcastparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +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/itunes:summary': PodcastAttr('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 1ebf125

Please sign in to comment.