diff options
| author | lolcat <will@lolcat.ca> | 2026-04-05 23:58:15 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-04-05 23:58:15 -0400 |
| commit | 5a351e0dfcde9adcabdbd07fffc74023c63db665 (patch) | |
| tree | b16cd26e1485ba04fa4a8b042ccb68edf64c16ba /data/config.php | |
| parent | 429e53d41f785ffdb05051535de58b1493b6b657 (diff) | |
forgot config, dementia moment
Diffstat (limited to 'data/config.php')
| -rw-r--r-- | data/config.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index db0f01c..e0f061c 100644 --- a/data/config.php +++ b/data/config.php @@ -118,7 +118,10 @@ 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:145.0) Gecko/20100101 Firefox/145.0"; + const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0"; + + // User agent to use with 4get-friendly APIs + const USER_AGENT_FRIENDLY = "4get-scrapist"; // Proxy pool assignments for each scraper // false = Use server's raw IP @@ -156,6 +159,7 @@ class config{ const PROXY_PINTEREST = false; const PROXY_SANKAKUCOMPLEX = false; const PROXY_FLICKR = false; + const PROXY_PIXABAY = false; const PROXY_FIVEHPX = false; const PROXY_VSCO = false; const PROXY_SEZNAM = false; |
