From 7c314a282cd8644dba14280032bc0466c0a87395 Mon Sep 17 00:00:00 2001 From: Remy Varma Date: Wed, 25 Jan 2012 13:35:36 +0000 Subject: [PATCH] Fix for KAT --- headphones/searcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/searcher.py b/headphones/searcher.py index 9bc85d87..18980ab6 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -649,6 +649,7 @@ def searchTorrent(albumid=None, new=False): title = item.title seeders = item.seeds url = item.links[1]['url'] + url = urllib2.urlopen(url, timeout=30).geturl() size = int(item.links[1]['length']) try: if format == "2":