TeamViewer: update url
This commit is contained in:
parent
1be98d0dac
commit
e7e0804d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class TeamViewer extends PatchBase {
|
|||
parent::__construct('TeamViewer', 'TeamViewer', 'https://www.teamviewer.com/en/download/windows/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.teamviewer.com/en/download/windows/'))
|
||||
if ($this->fetch('https://www.teamviewer.com/en/download/portal/windows/'))
|
||||
return $this->parse('/<span data-dl-version-label>([\d\.]+)<\/span>/');
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue