1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Merge pull request #765 from aelveborn/kat-mirror-fix

Fixed missing slash on Kat mirror URL
This commit is contained in:
adam111316 2014-09-01 10:25:32 +08:00
commit 3c88563813

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