[PR #94] [MERGED] Added user_playlist_unfollow() method #768

Closed
opened 2026-02-28 00:01:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/94
Author: @LiYChristopher
Created: 5/22/2016
Status: Merged
Merged: 12/31/2016
Merged by: @plamere

Base: masterHead: user_unfollow


📝 Commits (2)

  • 2096d32 Added user_playlist_unfollow() method
  • 70701d8 Adjusted docstring for user_playlist_unfollow method

📊 Changes

1 file changed (+9 additions, -1 deletions)

View changed files

📝 spotipy/client.py (+9 -1)

📄 Description

I've used this API wrapper extensively for the last few months, keep up the good work! I needed the unfollow a playlist endpoint for a project, noticed there wasn't one already written so I added my own. I also removed an extra line between methods, to keep things PEP8.

I noticed there was a PR by another user for the same method back in December 2015, but I figure it's a bit easier to use this one since I made the changes on top of the latest version of the master repo. Cheers!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/94 **Author:** [@LiYChristopher](https://github.com/LiYChristopher) **Created:** 5/22/2016 **Status:** ✅ Merged **Merged:** 12/31/2016 **Merged by:** [@plamere](https://github.com/plamere) **Base:** `master` ← **Head:** `user_unfollow` --- ### 📝 Commits (2) - [`2096d32`](https://github.com/spotipy-dev/spotipy/commit/2096d32a4e735123bcb5183d18cf92324fe733e0) Added user_playlist_unfollow() method - [`70701d8`](https://github.com/spotipy-dev/spotipy/commit/70701d83872c6d190ca5ba086999693ff5589905) Adjusted docstring for user_playlist_unfollow method ### 📊 Changes **1 file changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+9 -1) </details> ### 📄 Description I've used this API wrapper extensively for the last few months, keep up the good work! I needed the [unfollow a playlist](https://developer.spotify.com/web-api/unfollow-playlist/) endpoint for a project, noticed there wasn't one already written so I added my own. I also removed an extra line between methods, to keep things PEP8. I noticed there was a PR by another user for the same method back in December 2015, but I figure it's a bit easier to use this one since I made the changes on top of the latest version of the master repo. Cheers! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#768
No description provided.