From 29511ae56de1281ee79d7588424a5d4d60715215 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 7 Feb 2020 14:05:33 +0100 Subject: [PATCH] Add Governikus --- modules/Governikus.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Governikus.php diff --git a/modules/Governikus.php b/modules/Governikus.php new file mode 100644 index 0000000..6a1520d --- /dev/null +++ b/modules/Governikus.php @@ -0,0 +1,14 @@ +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; + } +} + +?>