diff --git a/modules/Audacity.php b/modules/Audacity.php index 4567f7e..e0868b7 100644 --- a/modules/Audacity.php +++ b/modules/Audacity.php @@ -6,7 +6,7 @@ class Audacity extends PatchBase { } function check() : bool { if ($this->fetch('https://www.audacityteam.org/download/windows/')) - return $this->parse('/

Current Version: ([\d\.]+)<\/h2>/'); + return $this->parse('/

Current version ([\d\.]+)<\/p>/'); return false; } }