From 09b570975cf2ea3bdb4fa35b34efee8d55da662d Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 19 Jun 2025 17:44:17 +0200 Subject: [PATCH] XnView: update URL --- modules/XnView.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }