-
Notifications
You must be signed in to change notification settings - Fork 203
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
Setup authentication from Chrome/Chromium browsers #58
Comments
Why don't you just download Firefox? |
Look here for an example of what the headers_auth file looks like. |
Thx. |
You probably also need the "X-Goog-Visitor-Id" dont you? |
If you're sure your way works, then I'd recomend you add to the reference (I'm happy to add a few lines/comments too because i thought it was kinda hard to understand what to do). https://github.com/sigma67/ytmusicapi/blob/master/docs/source/setup.rst When this issue is closed nobody will know how to do it |
Update: I improved the Firefox instructions. |
Thx for the update! |
Only the cookie is required since e96c4f1. Even though I favor Firefox, I'll add instructions for Chromium-based browsers due to their huge market share. |
The cookie is enough for me, I leave all the other parms in headers_auth.json default. I use these calls: All work OK, except YTMusic.upload_song() doesn't seem to work. I get STATUS_SUCCEEDED, but I can't find the uploaded song when searching for it. |
In the documentation https://ytmusicapi.readthedocs.io/en/latest/setup.html about setting up the authentication request, an example is given for Firefox browsers. However, I can't set it up for Chrome/Chromium browsers.
Would it be possible to add an example setup for Chrome/Chromium?
The text was updated successfully, but these errors were encountered: