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