diff options
| author | lolcat <will@lolcat.ca> | 2025-01-11 14:12:54 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-01-11 14:12:54 -0500 |
| commit | 9f609008758f8f138eb8a7f7f7315dacbf7de224 (patch) | |
| tree | 1173aae2a433cbf72fe2588c49cacab0602d6075 /data/config.php | |
| parent | 631aa585654efbe91d850a0260b69a82924db6d1 (diff) | |
500px scraper
Diffstat (limited to 'data/config.php')
| -rw-r--r-- | data/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
