aboutsummaryrefslogtreecommitdiffstats
path: root/scraper
diff options
context:
space:
mode:
Diffstat (limited to 'scraper')
-rw-r--r--scraper/yep.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scraper/yep.php b/scraper/yep.php
index b715676..9624cc9 100644
--- a/scraper/yep.php
+++ b/scraper/yep.php
@@ -227,8 +227,8 @@ class yep{
curl_setopt($curlproc, CURLOPT_URL, $url);
- // use http2
- curl_setopt($curlproc, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);
+ // use http1 lol
+ curl_setopt($curlproc, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
curl_setopt($curlproc, CURLOPT_ENCODING, ""); // default encoding
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage