johnwmillr / LyricsGenius

Download song lyrics and metadata from Genius.com 🎢🎀
http://www.johnwmillr.com/scraping-genius-lyrics/
MIT License
892 stars 158 forks source link

Improved non-song filtering in search_song() and _get_item_from_search_response() #158

Closed allerter closed 3 years ago

allerter commented 3 years ago

I added the following in this PR request:

This fixes #108 and #147

On a separate note, there is a line in search_song() which declared the song_info variable:

song_info = result.copy()

Why was there a need to copy result?

allerter commented 3 years ago

@johnwmillr, this PR is ready to be merged.