deploy: 02b02cf8adf44ecdebfa5bcc5c154f03d7af8a5d

This commit is contained in:
davegallant
2022-12-11 04:22:41 +00:00
parent 603816acf4
commit 4689e9be18
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ personal blog
<p>I recently stumbled across link to the site <a href=https://yewtu.be>yewtu.be</a> and found it intriguing. It&rsquo;s not only possible to watch YouTube without <em>being on YouTube</em>, it&rsquo;s also possible to create an account and subscribe to channels without a Google account. I wondered what sort of wizardry was going on under the hood and discovered that it&rsquo;s a hosted version of <a href=https://invidious.io/>invidious</a>.</p> <p>I recently stumbled across link to the site <a href=https://yewtu.be>yewtu.be</a> and found it intriguing. It&rsquo;s not only possible to watch YouTube without <em>being on YouTube</em>, it&rsquo;s also possible to create an account and subscribe to channels without a Google account. I wondered what sort of wizardry was going on under the hood and discovered that it&rsquo;s a hosted version of <a href=https://invidious.io/>invidious</a>.</p>
<p><img src=/images/watching-youtube-in-private/computerphile.png alt=requestly></p> <p><img src=/images/watching-youtube-in-private/computerphile.png alt=requestly></p>
<p>Wow, this is cool, and <strong>JavaScript is not required</strong>.</p> <p>Wow, this is cool, and <strong>JavaScript is not required</strong>.</p>
<p>I started to use yewtu.be as my primary client for watching videos. I subscribe to about a dozen channels and I really only want to a see list of the latest videos from my subscriptions, and not be the victim of a proprietry algorithm feeding me new content. A few days ago, yewtu.be went down briedly, and that motivated me enough to self-host inviduous.</p> <p>I started to use yewtu.be as my primary client for watching videos. I subscribe to about a dozen channels and I really only want to a see list of the latest videos from my subscriptions, and not be the victim of a proprietry algorithm feeding me new content. A few days ago, yewtu.be went down briefly, and that motivated me enough to self-host inviduous.</p>
<p>There are several other hosted instances of inviduous listed <a href=https://docs.invidious.io/instances/>here</a>, but being able to easily backup my own instance (along with watch history) is more compelling in my case.</p> <p>There are several other hosted instances of inviduous listed <a href=https://docs.invidious.io/instances/>here</a>, but being able to easily backup my own instance (along with watch history) is more compelling in my case.</p>
<h3 id=hosting-inviduous>Hosting inviduous</h3> <h3 id=hosting-inviduous>Hosting inviduous</h3>
<p>The quickest way to get invidious up is with docker-compose as mentioned in the <a href=https://docs.invidious.io/installation/>docs</a>.</p> <p>The quickest way to get invidious up is with docker-compose as mentioned in the <a href=https://docs.invidious.io/installation/>docs</a>.</p>

File diff suppressed because one or more lines are too long