1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00

Added www.kickmirror.com to list of urls to try

This commit is contained in:
echel0n 2014-08-25 23:09:13 -07:00
parent 8f43c58c9e
commit 4739ab12ae

View File

@ -61,7 +61,7 @@ class KATProvider(generic.TorrentProvider):
self.cache = KATCache(self) self.cache = KATCache(self)
self.urls = ['http://kickass.to/', 'http://katproxy.com/'] self.urls = ['http://kickass.to/', 'http://katproxy.com/', 'http://www.kickmirror.com']
self.url = None self.url = None
def isEnabled(self): def isEnabled(self):