mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: eced9d430d019db2a2d2eb8344344c8a34d7552c
This commit is contained in:
@@ -239,8 +239,7 @@ personal blog
|
||||
</span></code></pre></div><p>After this, I installed <a href=https://tailscale.com/>Tailscale</a> on it, to leverage its MagicDNS and am able to access it anywhere at <a href=http://invidious:3000/feed/subscriptions>http://invidious:3000/feed/subscriptions</a>.</p>
|
||||
<h3 id=redirecting-youtube-links>Redirecting YouTube links</h3>
|
||||
<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.</p>
|
||||
<p>I started using the lightweight proxy <a href=https://requestly.io/>requestly</a> to modify http requests in my browser. I created the following rules:</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>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>
|
||||
|
Reference in New Issue
Block a user