Fix for KAT

This commit is contained in:
Remy Varma
2012-01-25 13:35:36 +00:00
parent 644c8e5133
commit 7c314a282c

View File

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