mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge branch 'hotfix/0.6.3' into develop
This commit is contained in:
commit
9f5b00d66c
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue