From 2ff51369af06c049f054bb925adb2e434f959353 Mon Sep 17 00:00:00 2001 From: gesang Date: Tue, 18 Jun 2024 09:49:31 +0000 Subject: prioritize ipv6 version of google --- settings.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'settings.php') diff --git a/settings.php b/settings.php index 9f56e22..1be2dad 100644 --- a/settings.php +++ b/settings.php @@ -75,14 +75,14 @@ $settings = [ "value" => "yandex", "text" => "Yandex" ], - [ - "value" => "google", - "text" => "Google" - ], [ "value" => "googlealt", "text" => "GoogleV6" ], + [ + "value" => "google", + "text" => "Google" + ], [ "value" => "qwant", "text" => "Qwant" @@ -109,14 +109,14 @@ $settings = [ "description" => "Web", "parameter" => "scraper_web", "options" => [ - [ - "value" => "google", - "text" => "Google" - ], [ "value" => "googlealt", "text" => "GoogleV6" ], + [ + "value" => "google", + "text" => "Google" + ], [ "value" => "ddg", "text" => "DuckDuckGo" @@ -171,14 +171,14 @@ $settings = [ "description" => "Images", "parameter" => "scraper_images", "options" => [ - [ - "value" => "google", - "text" => "Google" - ], [ "value" => "googlealt", "text" => "GoogleV6" ], + [ + "value" => "google", + "text" => "Google" + ], [ "value" => "ddg", "text" => "DuckDuckGo" @@ -221,6 +221,10 @@ $settings = [ "value" => "yt", "text" => "YouTube" ], + [ + "value" => "googlealt", + "text" => "GoogleV6" + ], [ "value" => "ddg", "text" => "DuckDuckGo" @@ -237,10 +241,6 @@ $settings = [ "value" => "google", "text" => "Google" ], - [ - "value" => "googlealt", - "text" => "GoogleV6" - ], [ "value" => "qwant", "text" => "Qwant" @@ -251,14 +251,14 @@ $settings = [ "description" => "News", "parameter" => "scraper_news", "options" => [ - [ - "value" => "google", - "text" => "Google" - ], [ "value" => "googlealt", "text" => "GoogleV6" ], + [ + "value" => "google", + "text" => "Google" + ], [ "value" => "ddg", "text" => "DuckDuckGo" -- cgit v1.2.3