diff --git a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py index 7ec1080..825dd64 100644 --- a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py @@ -30,9 +30,24 @@ class Base(TorrentMagnetProvider): cat_backup_id = None proxy_list = [ + 'https://kat.how', + 'https://kickass.cd', + 'https://kickass.unlockproject.online', + 'https://kickasstorrents.video', + 'https://kat.al', + 'https://katproxy.al', + 'https://kattor.xyz', + 'https://kickass.unblocked.video', + 'https://kickass.unblocked.rocks', + 'https://kickass.immunicity.live', + 'https://kickass.immunicity.red', + 'https://kickass.immunicity.video', + 'https://kickass.bypassed.live', + 'https://kickass.bypassed.video', + 'https://kickass.bypassed.red', 'https://kat.cr', 'https://kickass.unblocked.pw/', - 'https://katproxy.com', + 'https://katproxy.com' ] def _search(self, media, quality, results):