-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Melon support #21
Comments
Authentication possible using the def auth(self):
data = {
"client_id": "5c2982b2ec377339ee67d3686f4813ac",
"app_key": "5c2982b2ec377339ee67d3686f4813ac",
"email": "MyEmail",
"password": "MyPassword"}
r = self.session.post(
"https://auth.kakao.com/kakao_accounts/login.json", data=data
)
r.raise_for_status()
return r.json() Require FLAC subscription to investigate further. |
For anyone further interested in this topic you can check out the following gist as a starting point. If having trouble finding endpoints try AppVer 6.4.1 |
prestream/smartstream audio file itself is encrypted |
AES is used. This is second-hand information and I do not have this key. |
Look into https://www.melon.com/
The text was updated successfully, but these errors were encountered: