1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #1124 from fernandog/patch-14

Add kat url to the logo at Providers
This commit is contained in:
echel0n 2014-12-13 18:41:42 -08:00
commit b63fdd2b51

View File

@ -62,6 +62,7 @@ class KATProvider(generic.TorrentProvider):
self.cache = KATCache(self) self.cache = KATCache(self)
self.urls = ['http://kickass.so/', 'http://katproxy.com/', 'http://www.kickass.to/'] self.urls = ['http://kickass.so/', 'http://katproxy.com/', 'http://www.kickass.to/']
self.url = self.urls[0]
def isEnabled(self): def isEnabled(self):
return self.enabled return self.enabled