mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #93] [CLOSED] Fix/apikey #555
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#555
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?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/93
Author: @natumbri
Created: 10/28/2020
Status: ❌ Closed
Base:
master← Head:fix/apikey📝 Commits (3)
b3b0ecedetect API key81501c0back to originald978ebbcomplete pre-commit tasks📊 Changes
1 file changed (+66 additions, -32 deletions)
View changed files
📝
ytmusicapi/ytmusic.py(+66 -32)📄 Description
I wonder if the issue arising in #62 might relate to the API key that is included in
params?In his effort at implementing the YouTube music api, @DonnieWest's version grabs the
keyvalue dynamically. Perhaps this would be an improvement for your version? (Original code from @DonnieWest here: https://github.com/DonnieWest/mopidy-youtube/tree/youtubeMusic)I've had a go at implementing it. In
_send_requestI didn't know whatadditionalParamsis for, so ... I just left it out of my implementation(!). If it is important, instead of a string that is added to therequests.posturlparameter, it could be passed torequests.postas part of thebodydict?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.