Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth won't work anymore, it seems you would have to switch to cookies #19

Open
kujo205 opened this issue Nov 26, 2024 · 3 comments
Open

Comments

@kujo205
Copy link

kujo205 commented Nov 26, 2024

Judging by the posts on gh, especially by the issue below
yt-dlp/yt-dlp#11462

Oauth won't work for innertube requests, you should switch to using cookies
I had some problems with your repo, it seems to be an answer why (it would try to refetch infinitely)

@lovegaoshi
Copy link

its quite trivial to fix - all one has to do is adopt the new auth token algorithm, and patch get_option's auth accordingly. here's my example (react native)

@vixalien
Copy link
Owner

vixalien commented Dec 4, 2024

Nice. This would, however, require us to switch to logging in using cookies

@lovegaoshi
Copy link

id think someone must have hacked out the API mapping for the actual tv client, so the oauth2 credentials can still be useful - per sigma67/ytmusicapi#682 (comment) https://github.com/anxdpanic/plugin.video.youtube might have done exactly that, but everyone else seems to resort to cookies now. at least its not tricky to do ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants