aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy.php2
-rw-r--r--scraper/ddg.php2
-rw-r--r--scraper/qwant.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/proxy.php b/proxy.php
index 726b201..9cb53b9 100644
--- a/proxy.php
+++ b/proxy.php
@@ -87,7 +87,7 @@ try{
case "cover": $req = "?w=207&h=270&p=0&qlt=90"; break;
}
- $proxy->stream_linear_image("https://" . $image["host"] . "/th/id/" . urlencode($id) . $req, "https://www.bing.com");
+ $proxy->stream_linear_image("https://" . $image["host"] . "/th?id=" . rawurlencode($id) . $req, "https://www.bing.com");
die();
}
diff --git a/scraper/ddg.php b/scraper/ddg.php
index 2729028..7e7fc82 100644
--- a/scraper/ddg.php
+++ b/scraper/ddg.php
@@ -1969,7 +1969,7 @@ class ddg{
$id = $id[1];
}
- return "https://" . $image["host"] . "/th/id/" . $id;
+ return "https://" . $image["host"] . "/th?id=" . rawurlencode($id);
}
private function bingratio($width, $height){
diff --git a/scraper/qwant.php b/scraper/qwant.php
index da2afca..ecbd4ec 100644
--- a/scraper/qwant.php
+++ b/scraper/qwant.php
@@ -988,6 +988,6 @@ class qwant{
return $url;
}
- return "https://" . $image["host"] . "/th/id/" . $id;
+ return "https://" . $image["host"] . "/th?id=" . rawurlencode($id);
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage