Skip to content
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

genius_lyrics retrieves singer for each verse as lyrics #4

Closed
dgruenew opened this issue Feb 27, 2018 · 2 comments
Closed

genius_lyrics retrieves singer for each verse as lyrics #4

dgruenew opened this issue Feb 27, 2018 · 2 comments
Labels

Comments

@dgruenew
Copy link

Just tried this for the following:

raw_df <- geniusR::genius_lyrics(artist = "Pink Floyd",
                                 song = "Comfortably Numb",
                                 info = "all")

Which gives the singer "Roger Waters" as the very first lyric. "David Gilmour" is recorded as well for line 14.

(very cool package by the way!)

@JosiahParry
Copy link
Owner

Hm. Interesting. I thought I solved the bracket issue! I'll be sure to give this a look. Thank you!

eoppe1022 added a commit to eoppe1022/geniusR that referenced this issue Apr 28, 2018
Regex to deal with +, /, :, $, é, and ö

Deleted `" /" = ""` and edited ` \\+ = ""` to `\\+` = " "` from last commit.
@JosiahParry
Copy link
Owner

fixed in pr #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants