mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #1074] [CLOSED] Supports the use of str in the recommendations function argument and Added Implemented url_to_id function to extract id from url #1151
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1151
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/spotipy-dev/spotipy/pull/1074
Author: @CureSaba
Created: 2/22/2024
Status: ❌ Closed
Base:
master← Head:master📄 Description
Supports the use of str in the recommendations function argument
why I did
This is to solve the problem that "," is inserted between characters by .join when str type is specified as a factor of the recommendations function.
Added url_to_id function to util module You can use this to extract id from url
why i did
The spotipy document says that URL input can be used, but the official API document says that it cannot be used, so I created a conversion function.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.