mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 11:50:12 +02:00
[BrutBridge] Add support for Spain edition and health category (#1833)
This commit is contained in:
@@ -16,6 +16,7 @@ class BrutBridge extends BridgeAbstract {
|
||||
'Entertainment' => 'entertainment',
|
||||
'Sports' => 'sport',
|
||||
'Nature' => 'nature',
|
||||
'Health' => 'health',
|
||||
),
|
||||
'defaultValue' => 'news',
|
||||
),
|
||||
@@ -26,6 +27,7 @@ class BrutBridge extends BridgeAbstract {
|
||||
'United States' => 'us',
|
||||
'United Kingdom' => 'uk',
|
||||
'France' => 'fr',
|
||||
'Spain' => 'es',
|
||||
'India' => 'in',
|
||||
'Mexico' => 'mx',
|
||||
),
|
||||
|
Reference in New Issue
Block a user