diff options
| author | lolcat <will@lolcat.ca> | 2026-07-15 02:15:43 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-07-15 02:15:43 -0400 |
| commit | 54d420f97c0b609342b4af704557c807de3c4472 (patch) | |
| tree | 229999a22f5508001da2540a38e77b26a39518d7 | |
| parent | 513bb666c54f24b7b985b19195682c8556799410 (diff) | |
yep fix. fuck fsky
| -rw-r--r-- | scraper/yep.php | 4 |
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"] ); } |
