From 544664faa06f3c221d25dd33e931eaae881b5424 Mon Sep 17 00:00:00 2001 From: Dustyn Gibson <dustyn.gibson@gmail.com> Date: Sat, 9 May 2015 15:39:01 -0700 Subject: [PATCH] torrage.com domain expired, zoink.ch nginx misconfigured or service stopped. --- sickbeard/providers/generic.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sickbeard/providers/generic.py b/sickbeard/providers/generic.py index f6ec5abe..078b47fe 100644 --- a/sickbeard/providers/generic.py +++ b/sickbeard/providers/generic.py @@ -156,8 +156,9 @@ class GenericProvider: urls = [ 'http://torcache.net/torrent/' + torrent_hash + '.torrent', - 'http://zoink.ch/torrent/' + torrent_hash + '.torrent', - 'http://torrage.com/torrent/' + torrent_hash.lower() + '.torrent', + #zoink.ch misconfigured, torrage.com domain expired. + #'http://zoink.ch/torrent/' + torrent_hash + '.torrent', + #'http://torrage.com/torrent/' + torrent_hash.lower() + '.torrent', ] except: urls = [result.url] -- GitLab