newsboat: add news feeds

This commit is contained in:
surtur 2023-08-08 15:27:53 +02:00
parent 62ef76c2ac
commit 38066cdfa7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -42,6 +42,14 @@
{url = "https://sourcehut.org/blog/index.xml";}
{url = "https://openwrt.org/feed.php?type=rss&mode=list&sort=date&ns=advisory&linkto=current&content=html";}
{url = "https://sfconservancy.org/feeds/blog/";}
{
url = "http://feeds.bbci.co.uk/news/rss.xml";
tags = ["news"];
}
{
url = "https://www.wired.com/feed/rss";
tags = ["news"];
}
];
};
}