diff --git a/sickbeard/providers/morethan.py b/sickbeard/providers/morethan.py index 25c3d3f7..4da685ba 100644 --- a/sickbeard/providers/morethan.py +++ b/sickbeard/providers/morethan.py @@ -96,7 +96,7 @@ class MoreThanProvider(generic.TorrentProvider): title) link = str(tr.find('a', title=rc['get'])['href']).replace('&', '&').lstrip('/') - download_url = self.urls['get'] + link + download_url = self.urls['get'] % link except (AttributeError, TypeError, ValueError): continue