From bcd15bd1748a5c31a30af2eee8c92f0d1ec9a101 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Tue, 26 May 2020 09:48:01 -0400 Subject: [PATCH] SpiffyTitles: remove duplicate config variable --- SpiffyTitles/config.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/SpiffyTitles/config.py b/SpiffyTitles/config.py index 32cbda3..ee240aa 100644 --- a/SpiffyTitles/config.py +++ b/SpiffyTitles/config.py @@ -238,22 +238,6 @@ conf.registerChannelValue( ), ) -conf.registerGlobalValue( - SpiffyTitles.default, - "userAgents", - registry.CommaSeparatedListOfStrings( - [ - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101" - " Firefox/75.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101" - " Firefox/76.0", - "Mozilla/5.0 (Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0", - "Mozilla/5.0 (Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0", - ], - _("""Reported user agent when fetching links"""), - ), -) - # default title template - show a warning if redirects to a different domain conf.registerChannelValue( SpiffyTitles.default,