~hacktivista/4get

55fe39e0d388fdaac661225cdc622cf91cb7198a — lolcat 6 months ago ff03379
yep fix, needs configuration
1 files changed, 1 insertions(+), 4 deletions(-)

M scraper/yep.php
M scraper/yep.php => scraper/yep.php +1 -4
@@ 270,9 270,6 @@ class yep{
			"TE: trailers"]
		);
		
		// http3 bypass
		curl_setopt($curlproc, CURLOPT_HTTP_VERSION, 30);
		
		curl_setopt($curlproc, CURLOPT_RETURNTRANSFER, true);
		curl_setopt($curlproc, CURLOPT_SSL_VERIFYHOST, 2);
		curl_setopt($curlproc, CURLOPT_SSL_VERIFYPEER, true);


@@ 700,7 697,7 @@ class yep{
			) !== 0
		){
			
			throw new Exception("Blocked by Cloudflare");
			throw new Exception("Blocked by Cloudflare. Please follow curl-impersonate installation instructions");
		}
	}