| get_lyrics_url {geniusr} | R 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  | 
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)
[Package geniusr version 1.2.1 Index]