Add PDF24 Creator + PDFCreator
This commit is contained in:
parent
03928bb43e
commit
131d8038ae
2 changed files with 28 additions and 0 deletions
14
modules/PDF24.php
Normal file
14
modules/PDF24.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class PDF24 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('geek Software', 'PDF24 Creator', 'https://tools.pdf24.org/en/creator#download');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://en.pdf24.org/'))
|
||||
return $this->parse('/<span>PDF24 Creator<\/span>[\s]*<span>([\d\.]+)<\/span>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue