From eab575dc9d799a8014ec9ce8604987c0b218efd0 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Sat, 30 Jan 2021 19:02:36 +0100 Subject: [PATCH] [ZoneTelechargement] Update Direct Download Unprotected URL (#1963) --- bridges/ZoneTelechargementBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/ZoneTelechargementBridge.php b/bridges/ZoneTelechargementBridge.php index 3eb62b8c..56c6764a 100644 --- a/bridges/ZoneTelechargementBridge.php +++ b/bridges/ZoneTelechargementBridge.php @@ -34,7 +34,7 @@ class ZoneTelechargementBridge extends BridgeAbstract { ); // This is an URL that is not protected by robot protection for Direct Download - const UNPROTECTED_URI = 'https://www.zone-annuaire.com/'; + const UNPROTECTED_URI = 'https://www.zone-telechargement.net/'; // This is an URL that is not protected by robot protection for Streaming Links const UNPROTECTED_URI_STREAMING = 'https://zone-telechargement.stream/';