Fixed missing slash on Kat mirror URL

Changed http://www.kickmirror.com to http://www.kickmirror.com/
This commit is contained in:
Andreas Älveborn 2014-08-31 15:16:13 +02:00
parent 571e7c7d61
commit ecab1c35f8

View file

@ -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):