From b4dbd191d00c85b3b9f4b9a4a27fc43f32c84655 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Tue, 20 Nov 2018 16:23:17 +0100 Subject: [PATCH] [ZoneTelechargementBridge] Switch to the new Website (#934) * [ZoneTelechargementBridge] Switch to the new Website The website zone-telechargement1.org decided that he will be using a new domain at the end of november : https://www.annuaire-telechargement.com/ The bridge uses the new domain but still uses the same filename and class name to keep the existing feed working. --- bridges/ZoneTelechargementBridge.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bridges/ZoneTelechargementBridge.php b/bridges/ZoneTelechargementBridge.php index 670a50cca9a..44cdfceb94e 100644 --- a/bridges/ZoneTelechargementBridge.php +++ b/bridges/ZoneTelechargementBridge.php @@ -1,8 +1,15 @@ array( @@ -10,14 +17,14 @@ class ZoneTelechargementBridge extends BridgeAbstract { 'name' => 'URL de la série', 'type' => 'text', 'required' => true, - 'title' => 'URL d\'une série sans le https://ww4.zone-telechargement1.org/', + 'title' => 'URL d\'une série sans le https://www.annuaire-telechargement.com/', 'exampleValue' => 'telecharger-series/31079-halt-and-catch-fire-saison-4-french-hd720p.html' ) ) ); public function getIcon() { - return 'https://ww7.zone-telechargement1.org/templates/Default/images/favicon.ico'; + return 'https://www.annuaire-telechargement.com/templates/Default/images/favicon.ico'; } public function collectData(){