AdobeReader: Parsing release notes to include optional updates
This commit is contained in:
parent
fd8773f3ec
commit
9397f6a758
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ class AdobeReader extends PatchBase {
|
||||||
parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/de/reader/');
|
parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/de/reader/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://get.adobe.com/de/reader/'))
|
if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html'))
|
||||||
return $this->parse('_<strong>Version ([\d\.]+)</strong>_');
|
return $this->parse('/title="([\d\.]+)/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue