Add Everything
This commit is contained in:
parent
a4793e1a96
commit
1e5bde247a
1 changed files with 14 additions and 0 deletions
14
modules/Everything.php
Normal file
14
modules/Everything.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Everything extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('David Carpenter', 'Everything', 'https://www.voidtools.com/downloads/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.voidtools.com/downloads/'))
|
||||
return $this->parse('/>Download Everything ([\d\.]+)</');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue