From e58746f551c5851c729a10d0f139c1e15e21b6ca Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 29 Jul 2020 13:14:00 +0200 Subject: [PATCH] Add Dia --- modules/Dia.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Dia.php diff --git a/modules/Dia.php b/modules/Dia.php new file mode 100644 index 0000000..c9f15de --- /dev/null +++ b/modules/Dia.php @@ -0,0 +1,14 @@ +fetch('http://dia-installer.de/download/index.html')) + return $this->parse('/

Dia ([\d\.]+)<\/h3>/'); + return false; + } +} + +?>