muse icon indicating copy to clipboard operation
muse copied to clipboard

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

Open kujo205 opened this issue 1 year ago • 3 comments

Judging by the posts on gh, especially by the issue below https://github.com/yt-dlp/yt-dlp/issues/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)

kujo205 avatar Nov 26 '24 23:11 kujo205

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)

lovegaoshi avatar Dec 04 '24 18:12 lovegaoshi

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

vixalien avatar Dec 04 '24 19:12 vixalien

id think someone must have hacked out the API mapping for the actual tv client, so the oauth2 credentials can still be useful - per https://github.com/sigma67/ytmusicapi/discussions/682#discussioncomment-11430259 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 ;)

lovegaoshi avatar Dec 04 '24 19:12 lovegaoshi