skuill / LyricsScraperNET

🎼 LyricsScraperNET is a .NET library to search for lyrics of a song from the web.
MIT License
5 stars 0 forks source link

#10 Added MemoryCache for token in MusixmatchProvider #11

Closed skuill closed 12 months ago

Eimaen commented 12 months ago

@skuill Looks fine, didn't run the code from this branch, but everything should work as expected. Though I think it's reasonable to get rid of regenerateToken parameter by trying to search for song right after you pull the saved token from MemoryCache (as lyrics search has relatively high API rate limits), but your approach is completely fine if you're going to use musixmatch client only in SearchLyric function.