How does this package work / how to recreate it? #897
Unanswered
Epigeos-com
asked this question in
Q&A
Replies: 1 comment
-
|
As mentioned in the README, this library works by mimicking the actual youtube music FE and send requests to the endpoints that the youtube music FE also sends and parse the FE object returned by those endpoints. You can use the network tab to see what requests are sent for each operation and see the response, this repo has already done the bulk work in reverse engineering what the responses mean so porting it to other languages should be quite straightforward |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry for a slightly unrelated to the project question, but I've been trying to find some information for soo long
I'm not using python, so I'd like to access the actual web API without using this package, how do I do that? I tried scraping the API with the network tab, but I'm rather confused
Beta Was this translation helpful? Give feedback.
All reactions