diff --git a/modules/VueScan.php b/modules/VueScan.php index f768e73..1bad26b 100644 --- a/modules/VueScan.php +++ b/modules/VueScan.php @@ -5,8 +5,8 @@ class VueScan extends PatchBase { parent::__construct('Hamrick Software', 'VueScan', 'https://www.hamrick.com/download.html'); } function check() : bool { - if ($this->fetch('https://d1t4l16dpbiwrj.cloudfront.net/menu.min.js')) - return $this->parse('/var ve="([\d\.]+)";/'); + if ($this->fetch('https://www.hamrick.com/')) + return $this->parse('/"softwareVersion": "([\d\.]+)"/'); return false; } }