From 62149dee299900b53af3b30f0aad85f70127633a Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Sun, 12 Jul 2015 17:45:07 -0700
Subject: [PATCH] Disable itorrent for now - fixes
 SiCKRAGETV/sickrage-issues#2084

---
 sickbeard/providers/generic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sickbeard/providers/generic.py b/sickbeard/providers/generic.py
index a183d7d2d..3a351f2f7 100644
--- a/sickbeard/providers/generic.py
+++ b/sickbeard/providers/generic.py
@@ -77,7 +77,7 @@ class GenericProvider:
                 'http://torcache.net/torrent/{torrent_hash}.torrent',
                 'http://zoink.ch/torrent/{torrent_name}.torrent',
                 'http://torrage.com/torrent/{torrent_hash}.torrent',
-                'http://itorrents.org/torrent/{torrent_hash}.torrent',
+                #'http://itorrents.org/torrent/{torrent_hash}.torrent',
             ]
 
         random.shuffle(self.btCacheURLS)
-- 
GitLab