commit
b70ae32caf
1 changed files with 14 additions and 0 deletions
14
modules/APlanX.php
Normal file
14
modules/APlanX.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class APlanX extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('braintool', 'A-Plan X', 'https://www.braintool.com/patches-x/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://www.braintool.com/patch-a-plan-x-historie/'))
|
||||||
|
return $this->parse('/<strong>Release ([\d\.]+) /');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue