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":