Scrape lyrics from a Genius' lyric page using it's associated URL. Best used with scrape_tracklist
, when song IDs aren't returned - otherwise, scrape_lyrics_id
is recommended.
scrape_lyrics_url(song_lyrics_url, access_token = genius_token())
song lyrics url (like in song_lyrics_url
returned by get_song_meta
)
Genius' client access token, defaults to genius_token
# NOT RUN {
scrape_lyrics_url(song_lyrics_url = "https://genius.com/Kendrick-lamar-dna-lyrics")
# }
Run the code above in your browser using DataLab