Skip to content

Commit

Permalink
[MaalaimalarBridge] fix new url (RSS-Bridge#4344)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillcash authored Nov 25, 2024
1 parent b42a993 commit c651e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridges/MaalaimalarBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
[
Expand All @@ -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',
Expand Down

0 comments on commit c651e11

Please sign in to comment.