mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #324] [CLOSED] Split '?' when extracting ID with HTTP URLs #855
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#855
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/324
Author: @ritiek
Created: 10/2/2018
Status: ❌ Closed
Base:
master← Head:fix-split-http-url📝 Commits (10+)
90d6622Re-order imports and specify UTF-8 encoding header in all base modules and package initialiser (ref. https://www.python.org/dev/peps/pep-0008/#imports, https://www.python.org/dev/peps/pep-0008/#source-file-encoding) + add__all__attribute5f47ae2Update spotify package initialiser8cc601fRemove relative imports inspotifypackage initialiser816dac8Miscellaneous fixes - clean up tests613d99aFurther clean up of tests578b46eRenaming some test modules:authtests.py->test_auth.py,authtests2.py->test_auth2.py,client_credential_tests.py->test_client_credentials.py+ updatetox.ini2c5d55dUpdate tests - make client credentials env. vars list a commonly accessible dictionary inspotipy/util.pyd3dc229Minor docs fixdb60668Update client.py (add playlist endpoint)608d9eeMerge pull request #1 from chunksong/chunksong-update-client(add-playlist-endpoint)📊 Changes
40 files changed (+742 additions, -474 deletions)
View changed files
📝
.gitignore(+1 -0)📝
CHANGES.txt(+24 -16)📝
README.md(+1 -0)📝
deploy(+2 -2)📝
docs/index.rst(+54 -47)📝
examples/artist_discography.py(+1 -1)📝
examples/contains_a_saved_track.py(+1 -1)📝
examples/my_playlists.py(+1 -1)📝
examples/my_top_artists.py(+3 -3)📝
examples/my_top_tracks.py(+5 -5)📝
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)...and 20 more files
📄 Description
Closes #323.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.