diff --git a/google-play.php b/google-play.php index 79c6ca3..bd336c8 100644 --- a/google-play.php +++ b/google-play.php @@ -135,17 +135,22 @@ public function parseApplication($packageName) { // print_r($image); if(isset($image["content"])) { preg_match_all('/Updated<\/div>(?.*?)<\/span><\/div><\/span><\/div>/i', $input, $updated); if(isset($updated["content"])) { $values["lastUpdated"]=trim(strip_tags($updated["content"]));