Add Governikus
This commit is contained in:
parent
e21b4d1518
commit
29511ae56d
1 changed files with 14 additions and 0 deletions
14
modules/Governikus.php
Normal file
14
modules/Governikus.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class Governikus extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Governikus KG', 'Governikus Communicator Justiz Edition', 'https://www.governikus.de/governikus-communicator-justiz-edition/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.governikus.de/governikus-communicator-justiz-edition/'))
|
||||
return $this->parse('#//www\.governikus\.de/wp-content/uploads/GOVERNIKUS_COMMUNICATOR_JUSTIZ_EDITION_Releaseuebersicht_([\d]+)[-\d]*\.pdf#');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue