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

Move to the new playlist API endpoint #104

Closed
SathyaBhat opened this issue Oct 17, 2020 · 1 comment · Fixed by #107
Closed

Move to the new playlist API endpoint #104

SathyaBhat opened this issue Oct 17, 2020 · 1 comment · Fixed by #107
Assignees
Milestone

Comments

@SathyaBhat
Copy link
Owner

Spotify has deprecated following methods and needs to be updated

Deprecated
user_playlist_change_details in favor of playlist_change_details
user_playlist_unfollow in favor of current_user_unfollow_playlist
user_playlist_add_tracks in favor of playlist_add_items
user_playlist_replace_tracks in favor of playlist_replace_items
user_playlist_reorder_tracks in favor of playlist_reorder_items
user_playlist_remove_all_occurrences_of_tracks in favor of playlist_remove_all_occurrences_of_items
user_playlist_remove_specific_occurrences_of_tracks in favor of playlist_remove_specific_occurrences_of_items
user_playlist_follow_playlist in favor of current_user_follow_playlist
user_playlist_is_following in favor of playlist_is_following
playlist_tracks in favor of playlist_items

Also: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/

@SathyaBhat SathyaBhat self-assigned this Oct 17, 2020
@SathyaBhat SathyaBhat added this to the 6.1 milestone Oct 22, 2020
This was referenced Oct 25, 2020
@SathyaBhat
Copy link
Owner Author

this has been fixed in latest version. Please upgrade your install using

pip install spotify_dl --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant