get_lyrics_url: Retrieve lyrics associated with a Genius lyrics page URL

View source: R/lyrics.R

get_lyrics_urlR Documentation

Retrieve lyrics associated with a Genius lyrics page URL

Description

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

## Not run: 
get_lyrics_url(song_lyrics_url = "https://genius.com/Kendrick-lamar-dna-lyrics")

## End(Not run)

geniusr documentation built on Sept. 4, 2022, 1:07 a.m.