diff options
author | lolcat <will@lolcat.ca> | 2024-06-12 22:41:02 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-06-12 22:41:02 -0400 |
commit | 24e95482977c03309bcb1a0c53e343c016e7f2d0 (patch) | |
tree | 66d841d4595708ec862c98459780238e3dc5e763 /scraper/yep.php | |
parent | b492ef2329ef918b0b40f3090b4bdc3681e3fd09 (diff) |
i fucking hate google
Diffstat (limited to 'scraper/yep.php')
-rw-r--r-- | scraper/yep.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/yep.php b/scraper/yep.php index 216b4d1..c8f82f9 100644 --- a/scraper/yep.php +++ b/scraper/yep.php @@ -275,7 +275,7 @@ class yep{ curl_setopt($curlproc, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($curlproc, CURLOPT_CONNECTTIMEOUT, 30); curl_setopt($curlproc, CURLOPT_TIMEOUT, 30); - + $this->backend->assign_proxy($curlproc, $proxy); $data = curl_exec($curlproc); |