diff options
author | claw0ry <me@claw0ry.net> | 2024-12-11 13:56:52 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2024-12-11 13:56:52 +0100 |
commit | 4719cc03837490ed4bf1b9725d75a686e56e5a6a (patch) | |
tree | 769dd3a3a87153df049b3043196bd131495b10ad /content/posts/rss-feed-urls.md |
fresh start
Diffstat (limited to 'content/posts/rss-feed-urls.md')
-rw-r--r-- | content/posts/rss-feed-urls.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/content/posts/rss-feed-urls.md b/content/posts/rss-feed-urls.md new file mode 100644 index 0000000..f76479c --- /dev/null +++ b/content/posts/rss-feed-urls.md @@ -0,0 +1,38 @@ +--- +title: 'Rss Feed Urls' +description: '' +date: '2024-10-24T14:49:24+02:00' +tags: ['rss', 'internet'] +draft: true +--- + +I feel that RSS is on the raise again, and thats a good thing! Before social media became dominant, rss feeds was the best way to keep up-to-date with articles, news etc from various sites that you found interessting. Today, the RSS feed is replaced by your social media feed. + +<!--more--> + +The problem with that is most of the social media feeds are controlled by the company behind them. They decide (based on non-disclosed algorithms) what is shown to you. Traditionally RSS feed readers would give you the content in chronological order based on when they were published. + +I want to get back on the RSS wagon again, but it's not always easy to find out if a website supports RSS. So I have started to collect a list of well-known sites and how to get to their RSS feed. Some of these will be specific to Norway. + +## Norwegian sites + +- VG (https://www.vg.no/rss/feed) +- NRK (https://www.nrk.no/rss/) +- TV2 (https://www.tv2.no/rss/) +- Nettavisen: Alle saker (https://www.nettavisen.no/service/rich-rss) +- Nettavisen: Nyheter (https://www.nettavisen.no/service/rich-rss?tag=nyheter) +- Nettavisen: Sport (https://www.nettavisen.no/service/rich-rss?tag=sport) +- Politiloggen (https://api.politiet.no/politiloggen/v1/rss) + - See [https://api.politiet.no/politiloggen/index.html](https://api.politiet.no/politiloggen/index.html) for more options +- Kode24 (https://rss.kode24.no/) + +## International + +- Youtube Channel (https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID) +- Wordpress sites (https://<domain>/feed) +- Hacker News (https://news.ycombinator.com/rss) +- Reddit (https://www.reddit.com/r/SUBREDDIT_NAME.rss) +- Wired (https://www.wired.com/feed/rss) +- Vice (https://www.vice.com/feed/) +- Phoronix (https://www.phoronix.com/rss.php) +- Medium (https://medium.com/feed/@HANDLE) |