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

add method to get music object by api #580

Merged
merged 2 commits into from
May 13, 2021

Conversation

schrobot
Copy link
Contributor

@schrobot schrobot commented May 6, 2021

No description provided.

@@ -879,6 +879,23 @@ def get_music_object_full(self, id, **kwargs):
j_raw = self.__extract_tag_contents(r.text)
return json.loads(j_raw)["props"]["pageProps"]["musicInfo"]

def get_music_object_full_by_api(self, id, **kwargs):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know if you'd prefer an option in the other method, or to keep them separate

@davidteather davidteather merged commit 948c0f0 into davidteather:nightly May 13, 2021
@davidteather
Copy link
Owner

Will add on next merge to master

@davidteather davidteather mentioned this pull request May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants