1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Updated kickasstorrents URL to kickass.to

This commit is contained in:
Martin Warnaar 2015-02-12 14:24:15 +01:00
parent 999767b77e
commit 1babd3ec3b

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': 'http://kickass.to/'}
self.url = self.urls['base_url']