diff --git a/update.js b/update.js index 4d8a8cd..98e34c7 100644 --- a/update.js +++ b/update.js @@ -94,7 +94,7 @@ async function downloadStats(regexDownloads, regexVersion, storeUrl) { } async function chromeStats(storeUrl) { - return downloadStats(/content=\"UserDownloads:([0-9,]+)/, /h-C-b-p-D-xh-hh">([^<]+)/, storeUrl) + return downloadStats(/([0-9,]+) users/, /h-C-b-p-D-xh-hh">([^<]+)/, storeUrl) } async function firefoxStats(storeUrl) { return downloadStats(/average_daily_users":([0-9,]+)/, /AddonMoreInfo-last-updated">[^(]+\(([^)]+)/, storeUrl)