mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #28] please i want to know authenticated request #20
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kidmil on GitHub (Jun 1, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/28
hi i'm interested in this api
but, i don't understand below word
Go to the developer tools (Ctrl-Shift-I) and find an authenticated POST request. You can filter for /browse to easily find a suitable request.
i open ytm in firefox. then input ctrl+shift+i.
how can i find an authenticated POST request...?
and this step is before login ytm or after login ytm?
@sigma67 commented on GitHub (Jun 1, 2020):
First you log in to YouTube Music, then you press Ctrl-Shift-I and click on the library tab. Copy the request headers as shown in the screenshot (Network tab):
@Devam153 commented on GitHub (Aug 27, 2023):
Hi @sigma67,
I'm currently working on a project that focuses on synchronizing data across various music applications. and I've run into a bit of a roadblock when it comes to authenticating with YouTube Music via the ytmusicapi.
I did my best to follow the steps provided on the website, but I seem to be stuck at the point where I need to find the URL as mentioned. It's been a bit of a puzzle, and I was wondering if you could offer some guidance or share any insights you might have on this matter.
@sigma67 commented on GitHub (Aug 27, 2023):
Hi @Devam153 , please ask in Discussions Q&A section. I think the screenshot is pretty clear, just click around a bit and filter by browse. Although the recommend way these days is oauth: https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html
@Devam153 commented on GitHub (Aug 29, 2023):
Sorry for asking you here @sigma67 ,
I really appreciate your assistance.
Thanks to your help, everything is now working perfectly fine.
Thank you so much!