Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upgenius_album() and add_genius() having an issue with generating urls #27
Comments
|
Thank you! This has been solved in issue df6fa9c. I'm not sure if this is the best solution. But what I have done, is allow When looking at the output, you will notice that songs with missing lyrics will have a row of |
I've been running into an issue with both the genius_album() and add_genius() functions when trying to scrape lyrics from albums. Below is the
The one album that failed was 8Ball & MJG - In Our Lifetime. I think it has something to do with the ampersand interfering with the url generation, but I'm not certain.