Invidious: an alternative front-end to YouTube
81–90 of 142 posts
Re: Invidious: an alternative front-end to YouTube
#82If you are using Firefox, there's a great add-on called Invidition that you can install. It redirects Youtube to Invidious and Twitter to Nitter. https://addons.mozilla.org/en-US/android/addon/invidition/
Re: Invidious: an alternative front-end to YouTube
#83Is it possible to display my "Subscriptions" screen from YT? That's the only thing I use to decide what's to watch next.
Re: Invidious: an alternative front-end to YouTube
#84I've been consuming my YouTube videos via RSS and youtube-dl these days. I have a little python script that collects the video urls from the feed, downloads them, and then NewsBlur notifies me of the new videos. NewsBlur has become the way I find new academic papers (arXiv/journal RSS feeds), consume the news, webcomics, and YouTube videos.
Re: Invidious: an alternative front-end to YouTube
#85I've been consuming my YouTube videos via RSS and youtube-dl these days. I have a little python script that collects the video urls from the feed, downloads them, and then NewsBlur notifies me of the new videos. NewsBlur has become the way I find new academic papers (arXiv/journal RSS feeds), consume the news, webcomics, and YouTube videos.
I didn't know arxiv had an rss feed, I usually find interesting papers through reddit, twitter and paperscape. Do you do any filtering on the feed to find the good stuff?
Re: Invidious: an alternative front-end to YouTube
#86Re: Invidious: an alternative front-end to YouTube
#87'Log in with Google' asks me for my google account and password. Wat. No. You should never, ever be asking people for this information, even if you're transparently passing it upstream. This is a tier-one no-no.
I agree. Unfortunately OAuth is impractical for this project, as it requires registering your application with Google. Instead I've done my best to make clear how it works[0][1] and what is stored[2]. As mentioned in a sibling comment Google does not have a good track record with similar projects. AFAIK the only project that provides similar functionality is youtube-dl[3], which works the same way. Important to note…
Re: Invidious: an alternative front-end to YouTube
#88I've been consuming my YouTube videos via RSS and youtube-dl these days. I have a little python script that collects the video urls from the feed, downloads them, and then NewsBlur notifies me of the new videos. NewsBlur has become the way I find new academic papers (arXiv/journal RSS feeds), consume the news, webcomics, and YouTube videos.
Re: Invidious: an alternative front-end to YouTube
#89Earlier quoted context omitted.
I agree. Unfortunately OAuth is impractical for this project, as it requires registering your application with Google. Instead I've done my best to make clear how it works[0][1] and what is stored[2]. As mentioned in a sibling comment Google does not have a good track record with similar projects. AFAIK the only project that provides similar functionality is youtube-dl[3], which works the same way. Important to note…
There's no way for me to verify that what you're running is the same as what you have in GitHub. And for anyone else running it. You should disable this feature.
Re: Invidious: an alternative front-end to YouTube
#90How will this website not be killed by Google lawyers at any moment?
Essentially because it replicates the way a browser works, similar to youtube-dl. I would very much recommend taking a look through [0] for some more info, but one of the main goals of the project is to avoid use of any Google APIs. This also includes login, as mentioned in an earlier comment[1]. 0. https://github.com/omarroth/invidious/issues/130 1. https://news.ycombinator.com/item?id=21545348