diff --git a/modules/FirefoxTranslations.php b/modules/FirefoxTranslations.php index 9f0e0b3..52d398d 100644 --- a/modules/FirefoxTranslations.php +++ b/modules/FirefoxTranslations.php @@ -7,7 +7,7 @@ class FirefoxTranslations extends PatchBase { } function check() : bool { if ($this->fetch('https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/')) - return $this->parse('/"version":"([\d\.a-z]+)"/'); + return $this->parse('/"version":"([\d\.]+)(buildid.*)?"/'); return false; } }