Add 010 Editor
This commit is contained in:
parent
e18fdbc203
commit
8451d66b28
1 changed files with 14 additions and 0 deletions
14
modules/TenEditor.php
Normal file
14
modules/TenEditor.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class TenEditor extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('SweetScape Software Inc.', '010 Editor', 'https://sweetscape.com/download/010editor/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://sweetscape.com/010editor/'))
|
||||||
|
return $this->parse('/<div class="versiontext">v([\d\.]+)<\/div>/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue