diff --git a/couchpotato/core/downloaders/base.py b/couchpotato/core/downloaders/base.py index a3095983..98ab73bb 100644 --- a/couchpotato/core/downloaders/base.py +++ b/couchpotato/core/downloaders/base.py @@ -14,7 +14,6 @@ class Downloader(Plugin): torrent_sources = [ 'http://torrage.com/torrent/%s.torrent', - 'http://torrage.ws/torrent/%s.torrent', 'http://torcache.net/torrent/%s.torrent', ]