Skip to contents

Scrape lyrics from a Genius' lyric page using it's associated URL. Best used with get_album_tracklist_id, when song IDs aren't returned - otherwise, get_lyrics_id is recommended.

Usage

get_lyrics_url(song_lyrics_url)

Arguments

song_lyrics_url

song lyrics url (like in song_lyrics_url returned by get_song_df)

See also

See get_lyrics_id to search lyrics using a song ID, get_lyrics_search to search using artist name and song title

Other lyrics: get_lyrics_id(), get_lyrics_search()

Examples

if (FALSE) {
get_lyrics_url(song_lyrics_url = "https://genius.com/Kendrick-lamar-dna-lyrics")
}