1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

[ReutersBridge] Adjust Fact Check feed path (#4465)

This commit is contained in:
Tomasz Molski
2025-03-05 19:35:12 +01:00
committed by GitHub
parent 810e17b556
commit 83c36a87e2

View File

@@ -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'