From 9dd98b29bef082c122496247d35909d686253811 Mon Sep 17 00:00:00 2001 From: coolius Date: Tue, 3 Dec 2013 10:32:10 +0000 Subject: [PATCH] Added proxy options to YIFY provider --- couchpotato/core/providers/torrent/yify/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/couchpotato/core/providers/torrent/yify/__init__.py b/couchpotato/core/providers/torrent/yify/__init__.py index 775ecdbe..99c1162e 100644 --- a/couchpotato/core/providers/torrent/yify/__init__.py +++ b/couchpotato/core/providers/torrent/yify/__init__.py @@ -18,6 +18,12 @@ config = [{ 'type': 'enabler', 'default': 0 }, + { + 'name': 'domain', + 'advanced': True, + 'label': 'Proxy server', + 'description': 'Domain for requests, keep empty to let CouchPotato pick.', + }, { 'name': 'seed_ratio', 'label': 'Seed ratio',