We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc2cd8 commit 2728e1dCopy full SHA for 2728e1d
google-play.php
@@ -255,7 +255,7 @@ public function parseCategories() {
255
* @return array array of package names
256
*/
257
public function parseSearch($query) {
258
- $link = "https://play.google.com/store/search?q=". $query ."&c=apps";
+ $link = "https://play.google.com/store/search?q=". urlencode($query) ."&c=apps";
259
return $this->parse($link);
260
}
261
0 commit comments