[MaalaimalarBridge] fix new url (#4344)

This commit is contained in:
tillcash 2024-11-25 23:33:35 +05:30 committed by GitHub
parent b42a993176
commit c651e11b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ class MaalaimalarBridge extends BridgeAbstract
const NAME = 'Maalaimalar'; const NAME = 'Maalaimalar';
const URI = 'https://www.maalaimalar.com'; const URI = 'https://www.maalaimalar.com';
const DESCRIPTION = 'Retrieve news from maalaimalar.com'; const DESCRIPTION = 'Retrieve news from maalaimalar.com';
const CACHE_TIMEOUT = 60 * 5; // 5 minutes
const MAINTAINER = 'tillcash'; const MAINTAINER = 'tillcash';
const PARAMETERS = [ const PARAMETERS = [
[ [
@ -13,7 +14,7 @@ class MaalaimalarBridge extends BridgeAbstract
'type' => 'list', 'type' => 'list',
'values' => [ 'values' => [
'news' => [ 'news' => [
'tamilnadu' => '/news/state', 'tamilnadu' => '/news/tamilnadu',
'puducherry' => '/news/puducherry', 'puducherry' => '/news/puducherry',
'india' => '/news/national', 'india' => '/news/national',
'world' => '/news/world', 'world' => '/news/world',