enricobacis / lyricwikia

Python API to get song lyrics from LyricWikia
MIT License
39 stars 12 forks source link

Raise LyricsNotFound and pass optional timeout value #4

Closed ritiek closed 6 years ago

ritiek commented 6 years ago

Nice little tool. Thanks!

This PR raises LyricsNotFound instead of Exception, so that library users can be more precise when catching exceptions. It also adds an optional parameter timeout to get_lyrics() so that users can set maximum timeout value in case http://lyrics.wikia.com takes a long time to respond.

enricobacis commented 6 years ago

Nice, thanks