aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/yep.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/yep.php')
-rw-r--r--scraper/yep.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/scraper/yep.php b/scraper/yep.php
index 9624cc9..c359ba1 100644
--- a/scraper/yep.php
+++ b/scraper/yep.php
@@ -249,7 +249,7 @@ class yep{
curl_setopt($curlproc, CURLOPT_HTTPHEADER,
["User-Agent: " . config::USER_AGENT,
"Accept: */*",
- "Accept-Language: en-US,en;q=0.5",
+ "Accept-Language: en-US,en;q=0.9",
"Accept-Encoding: gzip, deflate, br, zstd",
"Referer: https://yep.com/",
"Origin: https://yep.com",
@@ -259,6 +259,8 @@ class yep{
"Sec-Fetch-Mode: cors",
"Sec-Fetch-Site: same-site",
"Priority: u=4",
+ "Pragma: no-cache",
+ "Cache-Control: no-cache",
"TE: trailers"]
);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage