From 5699abf1be22dc32afc30558f3ad17dd348a9bb6 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 14 Jun 2013 00:43:03 +0200 Subject: [PATCH] Use new KickAss domain --- couchpotato/core/downloaders/base.py | 2 +- couchpotato/core/providers/torrent/kickasstorrents/main.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/couchpotato/core/downloaders/base.py b/couchpotato/core/downloaders/base.py index 8ccc1369..900fd8c0 100644 --- a/couchpotato/core/downloaders/base.py +++ b/couchpotato/core/downloaders/base.py @@ -16,7 +16,7 @@ class Downloader(Provider): torrent_sources = [ 'http://torrage.com/torrent/%s.torrent', - 'http://torcache.net/torrent/%s.torrent', + 'https://torcache.net/torrent/%s.torrent', ] torrent_trackers = [ diff --git a/couchpotato/core/providers/torrent/kickasstorrents/main.py b/couchpotato/core/providers/torrent/kickasstorrents/main.py index d9980d84..b85aadc7 100644 --- a/couchpotato/core/providers/torrent/kickasstorrents/main.py +++ b/couchpotato/core/providers/torrent/kickasstorrents/main.py @@ -11,9 +11,9 @@ log = CPLog(__name__) class KickAssTorrents(TorrentMagnetProvider): urls = { - 'test': 'https://kat.ph/', - 'detail': 'https://kat.ph/%s', - 'search': 'https://kat.ph/%s-i%s/', + 'test': 'https://kickass.to/', + 'detail': 'https://kickass.to/%s', + 'search': 'https://kickass.to/%s-i%s/', } cat_ids = [