Skip to content
Permalink
Browse files
Rename api/lyrics_api.py to lyrics_api.py
  • Loading branch information
charleswol committed Nov 27, 2020
1 parent 194209b commit 3e7ccd8fe670c05bfbafe6736db51666b75ae470
Showing 1 changed file with 1 addition and 1 deletion.
@@ -11,4 +11,4 @@ song= input("Who's the artist?-->")
api= url + "matcher.lyrics.get" + "?format=json&callback=callback" + "&q_artist=" + artist + "&q_track=" + song + key
request = requests.get(api)
data = request.json()
print(data['message']['body']['lyrics']['lyrics_body'])
print(data['message']['body']['lyrics']['lyrics_body'])

0 comments on commit 3e7ccd8

Please sign in to comment.