diff options
| author | lolcat <will@lolcat.ca> | 2024-12-17 00:31:15 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-12-17 00:31:15 -0500 |
| commit | 774f7113dfe3c1197c7820369c7acab9e0c55f37 (patch) | |
| tree | 7a9f9bfb165320e4f34d8e8fe0a18ca370ef5a8b /data/config.php | |
| parent | 0b3bbe0f152ee2fb4c03c1d2ba11d010b06e284c (diff) | |
duckduckgo scraper rewrite
Diffstat (limited to 'data/config.php')
| -rw-r--r-- | data/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
