aboutsummaryrefslogtreecommitdiffstats
path: root/scraper
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2026-06-05 00:22:24 -0400
committerPinapelz <yukais@pinapelz.com>2026-06-06 20:28:36 -0700
commit0979a7f977c71446f4a8f274d3bd205a5eca4ceb (patch)
tree1a08e1261b3a7b6a7d7a9483c645ae8cc2aad103 /scraper
parentf855ca2e6f7881d8b257fa4280eb819613059ed8 (diff)
wtf it works for yep too
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