Skip to content
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

Open
Slyyxp opened this issue Feb 9, 2022 · 4 comments
Open

Melon support #21

Slyyxp opened this issue Feb 9, 2022 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed low priority Not of immediate concern

Comments

@Slyyxp
Copy link
Owner

Slyyxp commented Feb 9, 2022

Look into https://www.melon.com/

@Slyyxp Slyyxp added the enhancement New feature or request label Feb 9, 2022
@Slyyxp
Copy link
Owner Author

Slyyxp commented Feb 9, 2022

Authentication possible using the client_id of android app version 6.4.0
Must also be passed as app_key

    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.

@Slyyxp Slyyxp added the help wanted Extra attention is needed label Feb 9, 2022
@Slyyxp
Copy link
Owner Author

Slyyxp commented Jun 20, 2022

For anyone further interested in this topic you can check out the following gist as a starting point.
https://gist.github.com/Slyyxp/b2a07a2756a5416bac4e9d03f85723ae

If having trouble finding endpoints try AppVer 6.4.1

@Slyyxp Slyyxp removed the help wanted Extra attention is needed label Jun 20, 2022
@Slyyxp Slyyxp added the low priority Not of immediate concern label Jul 25, 2022
@dannykym
Copy link

prestream/smartstream audio file itself is encrypted

@Slyyxp
Copy link
Owner Author

Slyyxp commented Aug 26, 2022

AES is used.
There is apparently only one decryption key used globally for all files.

This is second-hand information and I do not have this key.

@Slyyxp Slyyxp added the help wanted Extra attention is needed label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed low priority Not of immediate concern
Projects
None yet
Development

No branches or pull requests

2 participants