-
Notifications
You must be signed in to change notification settings - Fork 18
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
update genius_album to handle "features" to the info argument #21
Comments
@natebarr64 if you want to try and take a stab at this go ahead. |
Thanks for the pull! I did a quick fix by removing track titles in the "features" switch of genius_url. Bumped into another error with parsing some albums. This input:
leads to:
Ill try to figure this out when I get a chance. |
This error is caused by a song with no lyrics. https://genius.com/Earl-sweatshirt-523-lyrics The only text is |
Looks like a potential work around is to bind a row to the data frame if its empty for good measure then filter out that row |
Fixed in #24 |
PR #20 enabled the value
"features"
to thegenius_url()
function. This precipitates through togenius_album()
. There is now a duplicated columntrack_title
.See below for an example:
The text was updated successfully, but these errors were encountered: