diff --git a/couchpotato/core/providers/nzb/nzbmatrix/main.py b/couchpotato/core/providers/nzb/nzbmatrix/main.py index b512790d..816b8e1a 100644 --- a/couchpotato/core/providers/nzb/nzbmatrix/main.py +++ b/couchpotato/core/providers/nzb/nzbmatrix/main.py @@ -99,6 +99,9 @@ class NZBMatrix(NZBProvider, RSS): return results + def download(self, url = '', nzb_id = ''): + return self.urlopen(url, headers = {'User-Agent': Env.getIdentifier()}) + def getApiExt(self): return '&username=%s&apikey=%s' % (self.conf('username'), self.conf('api_key'))