Don't use download for movee
This commit is contained in:
@@ -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]*§ion=moovee', url)
|
||||
if match:
|
||||
|
||||
Reference in New Issue
Block a user