From 9f609008758f8f138eb8a7f7f7315dacbf7de224 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 11 Jan 2025 14:12:54 -0500 Subject: 500px scraper --- data/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/config.php b/data/config.php index bcda644..028a232 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:133.0) Gecko/20100101 Firefox/133.0"; + const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0"; // Proxy pool assignments for each scraper // false = Use server's raw IP @@ -143,6 +143,7 @@ class config{ const PROXY_YT = false; // youtube const PROXY_YEP = false; const PROXY_PINTEREST = false; + const PROXY_FIVEHPX = false; const PROXY_SEZNAM = false; const PROXY_NAVER = false; const PROXY_GREPPR = false; -- cgit v1.2.3