Browse Source

Add zoink.it for torrent caching

pull/3529/head
Ruud 11 years ago
parent
commit
69819460f3
  1. 1
      couchpotato/core/_base/downloader/main.py

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

@ -25,6 +25,7 @@ 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