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

Attributes missing from Song/Album/Artist #208

Open allerter opened 3 years ago

allerter commented 3 years ago

Because of the get_full_info parameter in genius.search_song, we're not able to add all attributes to the Song object (e.g. album). Although they will be available from Song.to_dict(), it'd be nice to be able to access them as attributes. There are two ways to deal with this properly:

I haven't taken a close look at search_album and search_artist, but the above could probably be said about those too.