aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-12-01 02:39:40 -0500
committerlolcat <will@lolcat.ca>2025-12-01 02:39:40 -0500
commitaa7c85b98a1e6f0ef4bc474946a7c80db0764bb2 (patch)
treeedfe74f46742229368f93e459314004f2d2442ad
parent4f30a3ac39eba80122d8a91031934017ddb2e77b (diff)
forgot the fucking settings
-rw-r--r--data/config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php
index ef446c5..b8cdbec 100644
--- a/data/config.php
+++ b/data/config.php
@@ -118,13 +118,15 @@ 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:142.0) Gecko/20100101 Firefox/142.0";
+ const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0";
// Proxy pool assignments for each scraper
// false = Use server's raw IP
// string = will load a proxy list from data/proxies
// Eg. "onion" will load data/proxies/onion.txt
const PROXY_DDG = false; // duckduckgo
+ const PROXY_YAHOO = false;
+ const PROXY_YAHOO_JAPAN = false;
const PROXY_BRAVE = false;
const PROXY_FB = false; // facebook
const PROXY_GOOGLE = false;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage