diff --git a/modules/Scilab.php b/modules/Scilab.php index 37a723d..a84be76 100644 --- a/modules/Scilab.php +++ b/modules/Scilab.php @@ -5,8 +5,8 @@ class Scilab extends PatchBase { parent::__construct('ESI Group', 'Scilab', 'https://www.scilab.org/download'); } function check() : bool { - if ($this->fetch_header('https://www.scilab.org/latest')) - return $this->parse('/\/download\/scilab-([\d\.]+)/'); + if ($this->fetch('https://www.scilab.org/download')) + return $this->parse('/

Scilab ([\d\.]+)<\/h1>/'); return false; } }