AdobeReader: update regex
This commit is contained in:
parent
f675d48dfd
commit
6e76d32b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class AdobeReader extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html'))
|
if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html'))
|
||||||
return $this->parse('/next: ([\d\.]+)/');
|
return $this->parse('/rel="next" title="([\d\.]+)/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue