From a8ece4c7f25195aa8fc52d3fc5799b33d6875bf8 Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 4 Dec 2020 23:37:00 +0100 Subject: [PATCH] for some apps no image urls were retrieved (eg net.activitywatch.android) --- google-play.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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"]));