mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: 8b0ffc07309176dc28089918606300da9ca330cd
This commit is contained in:
@@ -241,7 +241,7 @@ personal blog
|
||||
<p>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.</p>
|
||||
<p>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 <a href=https://requestly.io/>requestly</a>, which can be used to modify http requests in my browser. I created the following rules:</p>
|
||||
<p><img src=/images/watching-youtube-in-private/requestly-rules.png alt=requestly></p>
|
||||
<p>Now a link like <a href="https://www.youtube.com/watch?v=-lz30by8-sU">https://www.youtube.com/watch?v=-lz30by8-sU</a> will redirect to <a href="http://invidious:3000/watch?v=-lz30by8-sU">http://invidious:3000/watch?v=-lz30by8-sU</a></p>
|
||||
<p>Now the link <a href="https://www.youtube.com/watch?v=-lz30by8-sU">https://www.youtube.com/watch?v=-lz30by8-sU</a> will redirect to <a href="http://invidious:3000/watch?v=-lz30by8-sU">http://invidious:3000/watch?v=-lz30by8-sU</a></p>
|
||||
<p>I’m still looking for ways to improve this inviduous setup. There doesn’t appear to be a way to stream in 4K yet.</p>
|
||||
</div>
|
||||
<footer class=entry-footer>
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user