Blender: fix again
This commit is contained in:
parent
6888ba7fde
commit
7e20b3a0cd
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ class Blender extends PatchBase {
|
|||
parent::__construct('Blender Foundation', 'Blender', 'https://www.blender.org/download/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.blender.org/'))
|
||||
return $this->parse('/>Blender ([\d\.]+)( LTS)?</');
|
||||
if ($this->fetch('https://www.blender.org/download/'))
|
||||
return $this->parse('/Download Blender ([\d\.]+)( LTS)?/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue