Describe the bug
getSongs() returns relative paths to the individual songs
To Reproduce
api = azapi.AZlyrics('duckduckgo', accuracy=0.5)
api.artist = "Oliver Heldens"
api.title = "Lift Me Up"
songs = api.getSongs()
Expected behavior
The url is https://www.azlyrics.com/lyrics/oliverheldens/liftmeup.html
Screenshots

Desktop (please complete the following information):