diff --git a/src/Scraper/AppInfoScraper.php b/src/Scraper/AppInfoScraper.php index 59bcbf3..80dce53 100644 --- a/src/Scraper/AppInfoScraper.php +++ b/src/Scraper/AppInfoScraper.php @@ -72,7 +72,7 @@ public function __invoke(RequestInterface $request, ResponseInterface $response, $country = $query[GPlayApps::REQ_PARAM_COUNTRY] ?? GPlayApps::DEFAULT_COUNTRY; $name = $appInfo[0][0]; - $description = ScraperUtil::html2text($appInfo[72][0][1]); + $description = ScraperUtil::html2text($appInfo[12][0][0][1] ?? $appInfo[72][0][1]); $developer = $this->extractDeveloper($appInfo); $category = $this->extractCategory($appInfo[79][0][0] ?? []);