mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 14:55:07 -05:00
Merge pull request #765 from aelveborn/kat-mirror-fix
Fixed missing slash on Kat mirror URL
This commit is contained in:
commit
3c88563813
@ -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 New Issue
Block a user