diff options
-rw-r--r-- | lib/frontend.php | 8 | ||||
-rw-r--r-- | settings.php | 40 |
2 files changed, 24 insertions, 24 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 224f12c..de8f446 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -919,9 +919,9 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ + "googlealt" => "GoogleV6", "google" => "Google", "ddg" => "DuckDuckGo", - "googlealt" => "GoogleV6", "brave" => "Brave", "yandex" => "Yandex", "qwant" => "Qwant", @@ -941,10 +941,10 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ + "googlealt" => "GoogleV6", "google" => "Google", "brave" => "Brave", "ddg" => "DuckDuckGo", - "googlealt" => "GoogleV6", "yandex" => "Yandex", "qwant" => "Qwant", "yep" => "Yep", @@ -961,8 +961,8 @@ class frontend{ "option" => [ "yt" => "YouTube", //"fb" => "Facebook videos", - "ddg" => "DuckDuckGo", "googlealt" => "GoogleV6", + "ddg" => "DuckDuckGo", "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", @@ -975,9 +975,9 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ + "googlealt" => "GoogleV6", "google" => "Google", "brave" => "Brave", - "googlealt" => "GoogleV6", "qwant" => "Qwant", "ddg" => "DuckDuckGo", "yep" => "Yep", diff --git a/settings.php b/settings.php index 9f56e22..1be2dad 100644 --- a/settings.php +++ b/settings.php @@ -76,14 +76,14 @@ $settings = [ "text" => "Yandex" ], [ - "value" => "google", - "text" => "Google" - ], - [ "value" => "googlealt", "text" => "GoogleV6" ], [ + "value" => "google", + "text" => "Google" + ], + [ "value" => "qwant", "text" => "Qwant" ], @@ -110,14 +110,14 @@ $settings = [ "parameter" => "scraper_web", "options" => [ [ - "value" => "google", - "text" => "Google" - ], - [ "value" => "googlealt", "text" => "GoogleV6" ], [ + "value" => "google", + "text" => "Google" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], @@ -172,14 +172,14 @@ $settings = [ "parameter" => "scraper_images", "options" => [ [ - "value" => "google", - "text" => "Google" - ], - [ "value" => "googlealt", "text" => "GoogleV6" ], [ + "value" => "google", + "text" => "Google" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], @@ -222,6 +222,10 @@ $settings = [ "text" => "YouTube" ], [ + "value" => "googlealt", + "text" => "GoogleV6" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], @@ -238,10 +242,6 @@ $settings = [ "text" => "Google" ], [ - "value" => "googlealt", - "text" => "GoogleV6" - ], - [ "value" => "qwant", "text" => "Qwant" ], @@ -252,14 +252,14 @@ $settings = [ "parameter" => "scraper_news", "options" => [ [ - "value" => "google", - "text" => "Google" - ], - [ "value" => "googlealt", "text" => "GoogleV6" ], [ + "value" => "google", + "text" => "Google" + ], + [ "value" => "ddg", "text" => "DuckDuckGo" ], |