Browse Source

Removed some stuff that has no place in there.

pull/51/head
bwq 14 years ago
parent
commit
bfcc0ae6ea
  1. 4
      couchpotato/core/providers/nzb/x264/main.py

4
couchpotato/core/providers/nzb/x264/main.py

@ -70,11 +70,11 @@ class X264(NZBProvider, RSS):
def download(self, url = '', nzb_id = ''): def download(self, url = '', nzb_id = ''):
try: 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) return self.urlopen(self.urls['download'] % nzb_id)
except Exception, e: 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 return False
def getFormatId(self, format): def getFormatId(self, format):

Loading…
Cancel
Save