Add HxD
This commit is contained in:
parent
c8ba2b4a15
commit
ac0647b592
1 changed files with 14 additions and 0 deletions
14
modules/HxD.php
Normal file
14
modules/HxD.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class HxD extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Maël Hörz', 'HxD', 'https://mh-nexus.de/hxd/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://mh-nexus.de/en/hxd/changelog.php'))
|
||||
return $this->parse('/id="v_([\d\.]+)"/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue