mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Improved example
This commit is contained in:
parent
45232a2489
commit
fdff788ff2
@ -15,6 +15,9 @@ sp.trace=False
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
artist_name = ' '.join(sys.argv[1:])
|
||||
else:
|
||||
artist_name = 'weezer'
|
||||
|
||||
results = sp.search(q=artist_name, limit=50)
|
||||
tids = []
|
||||
for i, t in enumerate(results['tracks']['items']):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user