🔧 fix(lyrics): update Google Custom Search API endpoint
Related issue: #18
The site_restricted_api will soon be dead and can currently only be used by old customers, simple fix using the non restricted one by editing the endpoint url. Tested a typical search engine on my end, restricted to all the websites made to be scraped and all the three tests passed.
Thank you for this.
It also seems like scrapers from genius don't work well, I fixed it by replacing line 35 in lyrics.py to all_extracts = self.source_code.select('div[class*="Lyrics-sc-"]'). It works for me with the changes in this PR and the before mentioned change at this moment of time.
@i-vis Can you please raise a PR for the same. I'll merge the same from my other account.