1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-16 13:50:01 +01:00

[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 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',