We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dc8bac + 5965a6a commit 52c00adCopy full SHA for 52c00ad
src/gpodder/plugins/itunes.py
@@ -39,7 +39,7 @@ class ITunesFeedException(BaseException):
39
40
@registry.feed_handler.register
41
def itunes_feed_handler(channel, max_episodes, config):
42
- m = re.match(r'https?://podcasts.apple.com/(?:[^/]*/)?podcast/.+$', channel.url, re.I)
+ m = re.match(r'https?://(podcasts|itunes).apple.com/(?:[^/]*/)?podcast/.+$', channel.url, re.I)
43
if m is None:
44
return None
45
0 commit comments