Removed some stuff that has no place in there.

This commit is contained in:
bwq
2011-10-11 21:58:40 +02:00
parent f0c1f57673
commit bfcc0ae6ea
+2 -2
View File
@@ -70,11 +70,11 @@ class X264(NZBProvider, RSS):
def download(self, url = '', nzb_id = ''):
try:
log.info('Download nzb from #alt.binaries.hdtv.x264, report id: %s ' % nzb_id)
log.info('Downloading nzb from #alt.binaries.hdtv.x264, request id: %s ' % nzb_id)
return self.urlopen(self.urls['download'] % nzb_id)
except Exception, e:
log.error('Failed downloading from #alt.binaries.hdtv.x264, check credit: %s' % e)
log.error('Failed downloading from #alt.binaries.hdtv.x264: %s' % e)
return False
def getFormatId(self, format):