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:
parent
b42a993176
commit
c651e11b0f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user