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.
1 parent d4343dc commit 5965a6aCopy full SHA for 5965a6a
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