[Feature request] Add option to sign in to Google account (as workaround for "Please sign in" blocking playback)
retrocaster opened this issue · 5 comments
I would like to suggest adding an optional ability to sign in to a Google account, purely as a way to get around the "Please sign in" errors which are now occurring for every video I try to play despite hosting my own private instance on a residential ip address.
I realize this goes against the privacy goal of Invidious, but that's not why I use Invidious. I use Invidious because it allows me to play ad free Youtube on my Apple TV via Yattee. I don't care if Google is tracking what I watch and I suspect there are other users that feel the same.
Is your feature request related to a problem? Please describe.
Countless bugs have been filed on the issue of Youtube blocking playback. For example, #4975
Describe the solution you'd like
Add an optional way to log into a Google account using username/password
Thanks for any consideration!
We removed the "login with Google" feature in #3893 because their 2FA process and account protection is way too complicated for us to follow.
However, you can connect to the official website, then copy your sessions cookies and put them in your instance's config.yml
:
invidious/config/config.example.yml
Lines 157 to 163 in 53e8a5d
However, you can connect to the official website, then copy your sessions cookies and put them in your instance's
config.yml
:
There are more things to do in order to have this working. People explained what in the private matrix room.
We removed the "login with Google" feature in #3893 because their 2FA process and account protection is way too complicated for us to follow.
Youtube oauth2 makes this quite easy, in fact.
There are more things to do in order to have this working. People explained what in the private matrix room.
We removed the "login with Google" feature in #3893 because their 2FA process and account protection is way too complicated for us to follow.
Youtube oauth2 makes this quite easy, in fact.
Can you post steps here, or do I need to find them on the private matrix room? This seems like it would be useful info to have in the official documentation.
Yes please, I'm rotating po_token like crazy every day ever since this started.