deploy: eced9d430d019db2a2d2eb8344344c8a34d7552c

This commit is contained in:
davegallant
2022-12-11 04:06:37 +00:00
parent 8f9e9603a6
commit 4f72207b08
2 changed files with 2 additions and 3 deletions

View File

@@ -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&rsquo;m still looking for ways to improve this inviduous setup. There doesn&rsquo;t appear to be a way to stream in 4K yet.</p>