diff --git a/sickbeard/providers/generic.py b/sickbeard/providers/generic.py
index a183d7d2d68274988f379ccfb509aaa109895770..3a351f2f732816a26d075db81b55882949ad6e98 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)