johnwmillr / LyricsGenius

Download song lyrics and metadata from Genius.com 🎶🎤
http://www.johnwmillr.com/scraping-genius-lyrics/
MIT License
878 stars 159 forks source link

fix lyrics search #236

Open iiKurt opened 2 years ago

iiKurt commented 2 years ago

Lyrics search sometimes returns a spotify track listing item, instead of the actual song

Example input: genius.search_song("a$ap forever (feat. moby)", "a$ap rocky")

Lyrics ouput: a list of tracks from "New Music Friday 04/06/18 by Spotify"

These changes fix this issue by finding the correct hit in the search results, ignoring hits with index = "lyric", instead with index = "song"