mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-08-05 06:38:30 +00:00
Improved example
This commit is contained in:
@@ -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']):
|
||||
|
Reference in New Issue
Block a user