Merge pull request #86 from Supremicus/feature/UpdateKatUrls

This commit is contained in:
JackDandy 2014-12-09 13:35:56 +00:00
commit 705c17a043
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@
* Fix garbled text appearing during startup in console
* Fix startup code order and general re-factoring (adapted from midgetspy/Sick-Beard)
* Add database migration code
* Change KickassTorrents provider URLs
[develop changelog]
* Add TVRage network name standardization

View file

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