From 4478c19880b259db001dafcd31a83fb05c517ae5 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 30 Apr 2020 23:32:19 +0200 Subject: [PATCH] Add Audacity --- modules/Audacity.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Audacity.php 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; + } +} + +?>