first commit
This commit is contained in:
commit
f2db1af089
9 changed files with 270 additions and 0 deletions
4
matcher.py
Normal file
4
matcher.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
def make_query(track):
|
||||
artist = track["artists"][0]["name"]
|
||||
title = track["name"]
|
||||
return f"{artist} {title}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue