mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Fixed missing slash on Kat mirror URL
Changed http://www.kickmirror.com to http://www.kickmirror.com/
This commit is contained in:
parent
571e7c7d61
commit
ecab1c35f8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class KATProvider(generic.TorrentProvider):
|
|||
|
||||
self.cache = KATCache(self)
|
||||
|
||||
self.urls = ['http://kickass.to/', 'http://katproxy.com/', 'http://www.kickmirror.com']
|
||||
self.urls = ['http://kickass.to/', 'http://katproxy.com/', 'http://www.kickmirror.com/']
|
||||
self.url = None
|
||||
|
||||
def isEnabled(self):
|
||||
|
|
Loading…
Reference in a new issue