From f159124ca85d42130cdd011a9fad660fde6db8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 20 May 2020 19:29:11 -0400 Subject: [PATCH] WIP --- bazarr/config.py | 3 +-- bazarr/get_providers.py | 1 - views/settingsproviders.html | 12 ------------ 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/bazarr/config.py b/bazarr/config.py index 6fc20a0f1..1ac551e76 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -107,8 +107,7 @@ defaults = { }, 'addic7ed': { 'username': '', - 'password': '', - 'random_agents': 'True' + 'password': '' }, 'legendasdivx': { 'username': '', diff --git a/bazarr/get_providers.py b/bazarr/get_providers.py index e56d04ba7..8119710b2 100644 --- a/bazarr/get_providers.py +++ b/bazarr/get_providers.py @@ -114,7 +114,6 @@ def get_providers_auth(): providers_auth = { 'addic7ed': {'username': settings.addic7ed.username, 'password': settings.addic7ed.password, - 'use_random_agents': settings.addic7ed.getboolean('random_agents'), }, 'opensubtitles': {'username': settings.opensubtitles.username, 'password': settings.opensubtitles.password, diff --git a/views/settingsproviders.html b/views/settingsproviders.html index 75d5e3f54..a6554614f 100644 --- a/views/settingsproviders.html +++ b/views/settingsproviders.html @@ -59,18 +59,6 @@
-
-
- Random User-Agents -
-
- -
-
-