Add CDBurnerXP
This commit is contained in:
parent
4478c19880
commit
7bc0a4ecc5
1 changed files with 14 additions and 0 deletions
14
modules/CDBurnerXP.php
Normal file
14
modules/CDBurnerXP.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class CDBurnerXP extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Canneverbe Limited', 'CDBurnerXP', 'https://cdburnerxp.se/de/download');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://cdburnerxp.se/de/download'))
|
||||
return $this->parse('/<small>\(([\d\.]+)\)<\/small>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue