From ac0647b592f286f68aa863c3187f7345e248b594 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 14 Mar 2023 22:31:24 +0100 Subject: [PATCH] Add HxD --- modules/HxD.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/HxD.php diff --git a/modules/HxD.php b/modules/HxD.php new file mode 100644 index 0000000..874cf26 --- /dev/null +++ b/modules/HxD.php @@ -0,0 +1,14 @@ +fetch('https://mh-nexus.de/en/hxd/changelog.php')) + return $this->parse('/id="v_([\d\.]+)"/'); + return false; + } +} + +?>