Add Scilab
This commit is contained in:
parent
80a7b42171
commit
fd58dc3330
1 changed files with 14 additions and 0 deletions
14
modules/Scilab.php
Normal file
14
modules/Scilab.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Scilab extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('ESI Group', 'Scilab', 'https://www.scilab.org/download');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.scilab.org/download', false))
|
||||
return $this->parse('/\/download\/([\d\.]+)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue