diff options
| author | lolcat <will@lolcat.ca> | 2026-05-31 13:42:50 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-01 21:03:47 -0700 |
| commit | 99064a72a6a350b93c2edf25f80122bf93e8381e (patch) | |
| tree | de17f502ad440d7eb36261e9e349c78b53ae52c4 /scraper/startpage.php | |
| parent | 6c9c600e53171c3e3074928ed4bc9262f8d70987 (diff) | |
startpage pagination fix, fucking again
Diffstat (limited to 'scraper/startpage.php')
| -rw-r--r-- | scraper/startpage.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scraper/startpage.php b/scraper/startpage.php index ec70834..0ce0e64 100644 --- a/scraper/startpage.php +++ b/scraper/startpage.php @@ -408,6 +408,8 @@ class startpage{ //$html = file_get_contents("scraper/startpage.html"); } + //echo htmlspecialchars($html); + $this->detect_captcha($html); if( @@ -1117,7 +1119,7 @@ class startpage{ "segment" => "organic", "abd" => "0", "abe" => "0", - "query" => $json["render"]["query"], + "query" => rawurldecode($json["render"]["query"]), "page" => $page["number"], "qsr" => "all", "qadf" => "none" // @ todo fix (??) |
