Paint.NET: update regex
This commit is contained in:
parent
9f8fb4e7fd
commit
863d63e605
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class PaintNet extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.getpaint.net/'))
|
||||
return $this->parse('/<b>paint\.net\s+([\d\.]+)<\/b>/');
|
||||
return $this->parse('/<b>Paint\.NET\s+([\d\.]+)<\/b>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue