mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 04:10:19 +00:00
deploy: dd8a28911815643cd843a1a1c919dc6c06bfeae1
This commit is contained in:
@@ -238,7 +238,7 @@ personal blog
|
||||
</span></code></pre></div><p>After invidious was up and running, I installed <a href=https://tailscale.com/>Tailscale</a> on it to leverage its MagicDNS, and I’m now able to access this instance from anywhere at <a href=http://invidious:3000/feed/subscriptions>http://invidious:3000/feed/subscriptions</a>.</p>
|
||||
<h3 id=redirecting-youtube-links>Redirecting YouTube links<a href=#redirecting-youtube-links class=hanchor arialabel=Anchor>#</a></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 invidious.</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>Without modifying DNS, 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 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 invidious setup. There doesn’t appear to be a way to stream in 4K yet.</p></div>
|
||||
|
Reference in New Issue
Block a user