mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[ReutersBridge] Adjust Fact Check feed path (#4465)
This commit is contained in:
parent
810e17b556
commit
83c36a87e2
@ -35,7 +35,7 @@ class ReutersBridge extends BridgeAbstract
|
|||||||
'title' => 'Feeds from Reuters U.S/International edition',
|
'title' => 'Feeds from Reuters U.S/International edition',
|
||||||
'values' => [
|
'values' => [
|
||||||
'Top News' => 'home/topnews',
|
'Top News' => 'home/topnews',
|
||||||
'Fact Check' => 'chan:abtpk0vm',
|
'Fact Check' => '/fact-check',
|
||||||
'Entertainment' => 'chan:8ym8q8dl',
|
'Entertainment' => 'chan:8ym8q8dl',
|
||||||
'Politics' => 'politics',
|
'Politics' => 'politics',
|
||||||
'Wire' => 'wire',
|
'Wire' => 'wire',
|
||||||
@ -137,7 +137,6 @@ class ReutersBridge extends BridgeAbstract
|
|||||||
|
|
||||||
const OLD_WIRE_SECTION = [
|
const OLD_WIRE_SECTION = [
|
||||||
'home/topnews',
|
'home/topnews',
|
||||||
'chan:abtpk0vm',
|
|
||||||
'chan:8ym8q8dl',
|
'chan:8ym8q8dl',
|
||||||
'politics',
|
'politics',
|
||||||
'wire'
|
'wire'
|
||||||
|
Loading…
Reference in New Issue
Block a user