Skip to content

Commit 272a812

Browse files
authored
minor fix-ups #12
Merge pull request #12 from IzzySoft/devel
2 parents 3bc2cd8 + 0a23626 commit 272a812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Tiny script to crawl information of a specific application in the Google play/st
99
- parseCategory
1010
- parseCategories
1111
- parseApplication
12-
12+
- parsePerms
1313

1414
## Using PHP GooglePlay
1515

google-play.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function parseCategories() {
255255
* @return array array of package names
256256
*/
257257
public function parseSearch($query) {
258-
$link = "https://play.google.com/store/search?q=". $query ."&c=apps";
258+
$link = "https://play.google.com/store/search?q=". urlencode($query) ."&c=apps";
259259
return $this->parse($link);
260260
}
261261
}

0 commit comments

Comments
 (0)