Browse Source

Remove torrentcache services

pull/5334/head
Ruud 10 years ago
parent
commit
bdcd8de1a0
  1. 2
      couchpotato/core/_base/downloader/main.py

2
couchpotato/core/_base/downloader/main.py

@ -25,8 +25,6 @@ class DownloaderBase(Provider):
status_support = True
torrent_sources = [
'https://zoink.it/torrent/%s.torrent',
'http://torrage.com/torrent/%s.torrent',
'https://torcache.net/torrent/%s.torrent',
]

Loading…
Cancel
Save