diff --git a/modules/Audacity.php b/modules/Audacity.php new file mode 100644 index 0000000..4567f7e --- /dev/null +++ b/modules/Audacity.php @@ -0,0 +1,14 @@ +fetch('https://www.audacityteam.org/download/windows/')) + return $this->parse('/

Current Version: ([\d\.]+)<\/h2>/'); + return false; + } +} + +?>