1
0
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:
Alexandre Beloin 2015-02-15 18:18:31 -05:00
commit bab2d4d09b

View File

@ -55,7 +55,7 @@ class KATProvider(generic.TorrentProvider):
self.cache = KATCache(self)
self.urls = {'base_url': 'http://kickass.so/'}
self.urls = {'base_url': 'https://kickass.to/'}
self.url = self.urls['base_url']