summaryrefslogtreecommitdiff
path: root/content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-12-05 11:57:10 +0100
committermms <michal@sapka.me>2023-12-05 11:57:10 +0100
commit4c17989711a76866214f71f645fdf8fe785c15ad (patch)
treef5d65084bacd3a6a3842ac512006c6da7b98fd1a /content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md
parentb2606034ed696e5acc95f0033d19e6b0bef142c7 (diff)
chore: extract old blog posts to section
Diffstat (limited to 'content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md')
-rw-r--r--content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md b/content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md
new file mode 100644
index 0000000..1065b29
--- /dev/null
+++ b/content/blog/2023/using-rss-to-stop-youtube-homepage-induced-damage.md
@@ -0,0 +1,20 @@
+---
+title: "Using RSS to stop Youtube homepage-induced damage"
+category: internet
+abstract: RSS is still the best way to follow on the interwebs
+date: 2023-05-04T16:31:18+02:00
+year: 2023
+draft: false
+tags:
+- Youtube
+- Odysee
+- RSS
+---
+I, for one, am utterly guilty of being addicted to Youtube. Twitter, Facebook, Linkedin, or Mastodon have zero power over me, but YouTube? This service steals hours of my life. I am subscribed to multiple channels, but I also refresh the homepage regularly, hoping to find something.
+
+{{<img-pull-right "rss.png">}}
+Luckily it's easy to keep an eye on some channels while ignoring the algorithm completely using RSS.
+
+Even though it's quite hidden, each Youtube channel has its own RSS channel: `https://www.youtube.com/feeds/videos.xml?channel_id=<channel_id>`. Finding the channel id is not straightforward, but there are dedicated services out there like, like [https://commentpicker.com/](https://commentpicker.com/youtube-channel-id.php). So, you can find Level1Techs RSS feed under [https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ](https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ). Throw it into any RSS reader and voila. Unfortunately, shorts also appear in the feed.
+
+But Youtube has a huge cost for the entire internet. It's the single most centralized repository (let's ignore OpenAI for a second) of content out there. Whenever possible, I try to use alternatives, like [Odysee](https://odysee.com/). Quite a few channels are already mirroring their uploads there. Odysee also supports RSS - `https://odysee.com/$/rss/<channel_name>`. This time you can take the channel_name directly from the URL of the Odysee channel, so System Crafter's RSS feed can be found under [https://odysee.com/$/rss/@SystemCrafters:e](https://odysee.com/$/rss/@SystemCrafters:e).