diff --git a/modules/Krita.php b/modules/Krita.php index 44ea9dd..1f63159 100644 --- a/modules/Krita.php +++ b/modules/Krita.php @@ -6,7 +6,7 @@ class Krita extends PatchBase { } function check() : bool { if ($this->fetch('https://krita.org/en/download/krita-desktop/')) - return $this->parse('/

Download Krita\s+([\d\.]+)<\/h3>/'); + return $this->parse('/>Download Krita\s+([\d\.]+)<\/h3>/'); return false; } }