From c651e11b0ff3a6ea0b9ff10a6669553b912db434 Mon Sep 17 00:00:00 2001 From: tillcash Date: Mon, 25 Nov 2024 23:33:35 +0530 Subject: [PATCH] [MaalaimalarBridge] fix new url (#4344) --- bridges/MaalaimalarBridge.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridges/MaalaimalarBridge.php b/bridges/MaalaimalarBridge.php index e83eafe2..fcdbda48 100644 --- a/bridges/MaalaimalarBridge.php +++ b/bridges/MaalaimalarBridge.php @@ -5,6 +5,7 @@ class MaalaimalarBridge extends BridgeAbstract const NAME = 'Maalaimalar'; const URI = 'https://www.maalaimalar.com'; const DESCRIPTION = 'Retrieve news from maalaimalar.com'; + const CACHE_TIMEOUT = 60 * 5; // 5 minutes const MAINTAINER = 'tillcash'; const PARAMETERS = [ [ @@ -13,7 +14,7 @@ class MaalaimalarBridge extends BridgeAbstract 'type' => 'list', 'values' => [ 'news' => [ - 'tamilnadu' => '/news/state', + 'tamilnadu' => '/news/tamilnadu', 'puducherry' => '/news/puducherry', 'india' => '/news/national', 'world' => '/news/world',