diff --git a/headphones/searcher.py b/headphones/searcher.py index c1aee71a..f4b8ada7 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1232,6 +1232,8 @@ def searchTorrent(album, new=False, losslessOnly=False): continue else: url = item.findAll("a")[3]['href'] + if url.lower().startswith("//"): + url = "http:" + url formatted_size = re.search('Size (.*),', unicode(item)).group(1).replace(u'\xa0', ' ') size = helpers.piratesize(formatted_size) if size < maxsize and minimumseeders < seeds and url != None: