mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #389] [CLOSED] Update example scripts #875
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#875
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/389
Author: @ryn3
Created: 7/15/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
ba4ebcdupdate limit on current_user_saved_albums8b3f9a3Fix comments in my_playlists.py674e436Add parentheses after print in my_top_artists.pyd6652cfFix comments and parentheses in my_top_tracks.py1234451Update print parentheses in read_a_playlist.py2860de7Update remove_specific_tracks_from_playlist.pyc9e314cUpdate remove_tracks_from_playlist.pya03837eUpdate simple3.py54acbb5Update simple2.py4ec061cUpdate simple1.py📊 Changes
17 files changed (+87 additions, -28 deletions)
View changed files
📝
examples/my_playlists.py(+1 -1)📝
examples/my_top_artists.py(+3 -3)📝
examples/my_top_tracks.py(+4 -4)📝
examples/read_a_playlist.py(+1 -1)📝
examples/remove_specific_tracks_from_playlist.py(+1 -2)📝
examples/remove_tracks_from_playlist.py(+1 -2)📝
examples/show_album.py(+3 -1)📝
examples/show_artist.py(+3 -1)📝
examples/show_artist_top_tracks.py(+3 -1)📝
examples/show_related.py(+4 -1)📝
examples/show_track_info.py(+3 -1)📝
examples/simple0.py(+4 -1)📝
examples/simple1.py(+5 -4)📝
examples/simple2.py(+4 -2)📝
examples/simple3.py(+4 -2)➕
examples/user_saved_albums_delete.py(+30 -0)📝
spotipy/client.py(+13 -1)📄 Description
Update erroneous comments, Python 3 compatibility, and import statements for OAuth
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.