This commit is contained in:
Kovid Goyal 2022-05-01 22:22:09 +05:30
parent 3f9d52c32b
commit 2366573485
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,10 +28,10 @@ class ft(BasicNewsRecipe):
feeds = [ feeds = [
('World', 'https://www.ft.com/world?format=rss'), ('World', 'https://www.ft.com/world?format=rss'),
('US', 'https://www.ft.com/world?format=rss'), ('US', 'https://www.ft.com/us?format=rss'),
('Companies', 'https://www.ft.com/companies?format=rss'), ('Companies', 'https://www.ft.com/companies?format=rss'),
('Tech', 'https://www.ft.com/technology?format=rss'), ('Tech', 'https://www.ft.com/technology?format=rss'),
('Markets', 'https://www.ft.com/companies?format=rss'), ('Markets', 'https://www.ft.com/markets?format=rss'),
('Climate', 'https://www.ft.com/climate-capital?format=rss'), ('Climate', 'https://www.ft.com/climate-capital?format=rss'),
('Opinion', 'https://www.ft.com/opinion?format=rss'), ('Opinion', 'https://www.ft.com/opinion?format=rss'),
('Life & Arts', 'https://www.ft.com/life-arts?format=rss'), ('Life & Arts', 'https://www.ft.com/life-arts?format=rss'),