Remove Governikus

This commit is contained in:
Steffen Lange 2020-02-21 17:09:13 +01:00
parent 163bdd9033
commit 13be05bafa

View file

@ -1,14 +0,0 @@
<?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;
}
}
?>