mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Merge pull request #1264 from d1b/use_https_for_kat
Use https://kickass.to/ instead of http://kickass.so/ .
This commit is contained in:
commit
bab2d4d09b
@ -55,7 +55,7 @@ class KATProvider(generic.TorrentProvider):
|
|||||||
|
|
||||||
self.cache = KATCache(self)
|
self.cache = KATCache(self)
|
||||||
|
|
||||||
self.urls = {'base_url': 'http://kickass.so/'}
|
self.urls = {'base_url': 'https://kickass.to/'}
|
||||||
|
|
||||||
self.url = self.urls['base_url']
|
self.url = self.urls['base_url']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user