diff --git a/headphones/searcher.py b/headphones/searcher.py index 333b12eb..ded3ee5d 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -453,7 +453,7 @@ def getresultNZB(result): else: try: nzb = urllib2.urlopen(result[2], timeout=20).read() - except: + except Exception, e: logger.warn('Error fetching nzb from url: ' + result[2] + ' %s' % e) return nzb