From d21c7c26983587be1e76476952ce398f88a247f0 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 1 Aug 2025 12:51:26 +0200 Subject: [PATCH] CUII Bridge: Neue URL --- CUIIBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUIIBridge.php b/CUIIBridge.php index 6d62b07..96db6cf 100644 --- a/CUIIBridge.php +++ b/CUIIBridge.php @@ -4,7 +4,7 @@ class CUIIBridge extends BridgeAbstract const MAINTAINER = 'Brawl, ChatGPT'; const NAME = 'CUII-Sperrungen'; - const URI = 'https://cuii.info/empfehlungen/'; + const URI = 'https://cuii.info/anordnungen/'; const CACHE_TIMEOUT = 21600; // 21600 = 6h const DESCRIPTION = 'Zeigt die neuesten Sperrungen der CUII (Clearingstelle Urheberrecht im Internet)';