johnwmillr / LyricsGenius

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

Fix switching artist bug #103

Closed johnwmillr closed 5 years ago

johnwmillr commented 5 years ago

Resolves #96

This PR redos the sorting for results returned by Genius's web search. If the top result from Genius is the same type as searched for (e.g. artist or song), the top result gets picked. Otherwise, the search results are sorted by type, and the top result from the specified search type is selected.

The PR also adds the option to search for an artist by its Genius ID, rather than a text search.