File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050# This metadata block gets parsed by setup.py - use single quotes only
5151__tagline__ = 'Media and podcast aggregator'
5252__author__ = 'Thomas Perl <thp@gpodder.org>'
53- __version__ = '4.9 .0'
54- __date__ = '2019-12-10 '
55- __relname__ = 'Tal '
56- __copyright__ = '© 2005-2019 Thomas Perl and the gPodder Team'
53+ __version__ = '4.10 .0'
54+ __date__ = '2020-03-02 '
55+ __relname__ = 'Matar '
56+ __copyright__ = '© 2005-2020 Thomas Perl and the gPodder Team'
5757__license__ = 'ISC / GPLv3 or later'
5858__url__ = 'http://gpodder.org/'
5959
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ITunesFeedException(BaseException):
3939
4040@registry .feed_handler .register
4141def itunes_feed_handler (channel , max_episodes , config ):
42- m = re .match (r'https?://itunes .apple.com/(?:[^/]*/)?podcast/.+$' , channel .url , re .I )
42+ m = re .match (r'https?://podcasts .apple.com/(?:[^/]*/)?podcast/.+$' , channel .url , re .I )
4343 if m is None :
4444 return None
4545
You can’t perform that action at this time.
0 commit comments