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; + } +} + +?>