From 6e3aff2ef1bdad9c825056cc1e219e733fea617f Mon Sep 17 00:00:00 2001 From: davegallant Date: Sun, 11 Dec 2022 04:18:59 +0000 Subject: [PATCH] deploy: 8b0ffc07309176dc28089918606300da9ca330cd --- blog/2022/12/10/watching-youtube-in-private/index.html | 2 +- page/search/index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2022/12/10/watching-youtube-in-private/index.html b/blog/2022/12/10/watching-youtube-in-private/index.html index bb45fcd3..ea3277ad 100644 --- a/blog/2022/12/10/watching-youtube-in-private/index.html +++ b/blog/2022/12/10/watching-youtube-in-private/index.html @@ -241,7 +241,7 @@ personal blog

I figured it would be nice to redirect existing YouTube links that others send me, so that I could seamlessly watch the videos using inviduous.

Without subjecting my entire household to this, I went looking for a way to redirect paths at the browser level. I found the lightweight proxy requestly, which can be used to modify http requests in my browser. I created the following rules:

requestly

-

Now a link like https://www.youtube.com/watch?v=-lz30by8-sU will redirect to http://invidious:3000/watch?v=-lz30by8-sU

+

Now the link https://www.youtube.com/watch?v=-lz30by8-sU will redirect to http://invidious:3000/watch?v=-lz30by8-sU

I’m still looking for ways to improve this inviduous setup. There doesn’t appear to be a way to stream in 4K yet.