Kickasstorrent fix #156
This commit is contained in:
@@ -127,7 +127,7 @@ class KickAssTorrents(TorrentProvider):
|
||||
return tryInt(age)
|
||||
|
||||
def download(self, url = '', nzb_id = ''):
|
||||
compressed_data = super(KickAssTorrents, self).download(url = url, nzb_id = nzb_id)
|
||||
compressed_data = self.urlopen(url = url, headers = {'Referer': 'http://kat.ph/'})
|
||||
|
||||
compressedstream = StringIO.StringIO(compressed_data)
|
||||
gzipper = gzip.GzipFile(fileobj = compressedstream)
|
||||
|
||||
Reference in New Issue
Block a user