mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
Fix for KAT
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user