get_lyrics_url: 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()