Don't use download for movee

This commit is contained in:
Ruud
2012-01-14 23:27:19 +01:00
parent 194c67d45d
commit 222f1e2d96
@@ -41,7 +41,6 @@ class Moovee(NZBProvider):
'age': self.calculateAge(time.mktime(parse(nzb.group('age')).timetuple())),
'size': None,
'url': self.urls['download'] % (nzb.group('reqid')),
'download': self.download,
'detail_url': '',
'description': '',
'check_nzb': False,
@@ -57,15 +56,6 @@ class Moovee(NZBProvider):
return results
def download(self, url = '', nzb_id = ''):
try:
log.info('Downloading nzb from #alt.binaries.moovee, request id: %s ' % nzb_id)
return self.urlopen(self.urls['download'] % nzb_id)
except Exception, e:
log.error('Failed downloading from #alt.binaries.moovee: %s' % e)
return False
def belongsTo(self, url, host = None):
match = re.match('http://85\.214\.105\.230/get_nzb\.php\?id=[0-9]*&section=moovee', url)
if match: