-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on page /04-Data-Collection/08-Collect-Genius-Lyrics.html #36
Comments
The procredures
I have tested this and is works -- sort of. I was able to download the lyrics for three albums, then the I suspect genius.com is tracking IP addresses and starts blacklisting them if they make too many requests (either total or in a specific period of time). Interestingly, even after the |
It might be possible to replace genius.com with lyrics.com. The latter site has an easier HTML structure that makes it possible to extract lyrics text without using a regular expression. (This may be similar to what genius.com used when Melanie first wrote the textbook.)
|
When I tried to work through this page, I got an error when trying to execute
The error is
Apparently, genius.com has changed one (or more) of their settings, so that LyricsGenius no longer works. See
https://stackoverflow.com/questions/72078610/getting-lyrics-from-genius-api-gives-error
johnwmillr/LyricsGenius#190
johnwmillr/LyricsGenius#220
The conclusion from these is (unhappily) not to use LyricsGenius.
The text was updated successfully, but these errors were encountered: