Merge branch 'hotfix/0.6.3' into develop

This commit is contained in:
JackDandy 2015-02-10 05:48:09 +00:00
commit 9f5b00d66c
2 changed files with 6 additions and 2 deletions

View file

@ -27,6 +27,10 @@
[develop changelog]
### 0.6.3 (2015-02-10 05:30:00 UTC)
* Change KickAssTorrents URL
### 0.6.2 (2015-01-21 23:35:00 UTC)
* Fix invalid addition of trailing slash to custom torrent RSS URLs

View file

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