startpage pagination fix, fucking again
This commit is contained in:
@@ -408,6 +408,8 @@ class startpage{
|
|||||||
//$html = file_get_contents("scraper/startpage.html");
|
//$html = file_get_contents("scraper/startpage.html");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//echo htmlspecialchars($html);
|
||||||
|
|
||||||
$this->detect_captcha($html);
|
$this->detect_captcha($html);
|
||||||
|
|
||||||
if(
|
if(
|
||||||
@@ -1117,7 +1119,7 @@ class startpage{
|
|||||||
"segment" => "organic",
|
"segment" => "organic",
|
||||||
"abd" => "0",
|
"abd" => "0",
|
||||||
"abe" => "0",
|
"abe" => "0",
|
||||||
"query" => $json["render"]["query"],
|
"query" => rawurldecode($json["render"]["query"]),
|
||||||
"page" => $page["number"],
|
"page" => $page["number"],
|
||||||
"qsr" => "all",
|
"qsr" => "all",
|
||||||
"qadf" => "none" // @ todo fix (??)
|
"qadf" => "none" // @ todo fix (??)
|
||||||
|
|||||||
Reference in New Issue
Block a user