diff --git a/modules/PaintNet.php b/modules/PaintNet.php index 5bbd4bd..12bf0b0 100644 --- a/modules/PaintNet.php +++ b/modules/PaintNet.php @@ -6,7 +6,7 @@ class PaintNet extends PatchBase { } function check() : bool { if ($this->fetch('https://www.getpaint.net/')) - return $this->parse('/paint\.net\s+([\d\.]+)<\/b>/'); + return $this->parse('/Paint\.NET\s+([\d\.]+)<\/b>/'); return false; } }