XnView: update URL
This commit is contained in:
parent
72b2336604
commit
09b570975c
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
class XnView extends PatchBase {
|
class XnView extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Pierre-Emmanuel Gougelet', 'XnView', 'https://www.xnview.com/en/xnview/');
|
parent::__construct('Pierre-Emmanuel Gougelet', 'XnView', 'https://www.xnview.com/en/xnview-classic/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.xnview.com/en/xnview/'))
|
if ($this->fetch('https://www.xnview.com/en/xnview-classic/'))
|
||||||
return $this->parse('/<strong>XnView ([\d\.]+)<\/strong>/');
|
return $this->parse('/<strong>XnView ([\d\.]+)<\/strong>/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue