mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-06 14:52:50 +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