From 17e01689d9d833845c41a2444b6767012b7e8e54 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 19 Dec 2012 16:13:40 +0100 Subject: [PATCH] Remove torrage.ws. fix #1157 --- couchpotato/core/downloaders/base.py | 1 - 1 file changed, 1 deletion(-) 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', ]