From 774f7113dfe3c1197c7820369c7acab9e0c55f37 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 17 Dec 2024 00:31:15 -0500 Subject: duckduckgo scraper rewrite --- data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/config.php b/data/config.php index efae706..bcda644 100644 --- a/data/config.php +++ b/data/config.php @@ -119,7 +119,7 @@ class config{ // Default user agent to use for scraper requests. Sometimes ignored to get specific webpages // Changing this might break things. - const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0"; + const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"; // Proxy pool assignments for each scraper // false = Use server's raw IP -- cgit v1.2.3