Change KickassTorrents provider URLs

This commit is contained in:
Supremicus 2014-12-09 09:39:06 +10:00 committed by JackDandy
parent 48f96cc42d
commit 26497b066e
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