johnwmillr / LyricsGenius

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

save_lyrics() got an unexpected keyword argument 'format' #83

Closed keleog closed 5 years ago

keleog commented 5 years ago

save_lyrics() got an unexpected keyword argument 'format' I can't seem to decide what format I want to save a lyrics in.

image

johnwmillr commented 5 years ago

The keyword is format_, not format. See if that works for you. Maybe I should change the name; format is a built-in Python format.

keleog commented 5 years ago

Thank you!