Get proper iTunes namespace. fix #2978
This commit is contained in:
@@ -26,7 +26,7 @@ class ITunes(Automation, RSS):
|
||||
urls = splitString(self.conf('automation_urls'))
|
||||
|
||||
namespace = 'http://www.w3.org/2005/Atom'
|
||||
namespace_im = 'https://rss.itunes.apple.com'
|
||||
namespace_im = 'http://itunes.apple.com/rss'
|
||||
|
||||
index = -1
|
||||
for url in urls:
|
||||
|
||||
Reference in New Issue
Block a user