mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-04 16:49:35 +00: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 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',
|
||||||
|
Loading…
Reference in New Issue
Block a user