diff --git a/modules/XnView.php b/modules/XnView.php index 9dcfa27..fe1f8db 100644 --- a/modules/XnView.php +++ b/modules/XnView.php @@ -2,10 +2,10 @@ class XnView extends PatchBase { 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 { - if ($this->fetch('https://www.xnview.com/en/xnview/')) + if ($this->fetch('https://www.xnview.com/en/xnview-classic/')) return $this->parse('/XnView ([\d\.]+)<\/strong>/'); return false; }