Downloads the tracks of a Album
URL of the Album
Promise<(string|Buffer)[]>
Downloads the tracks of a playlist
URL of the playlist
Downloads the given spotify track
Url to download
Optional
file to save to
buffer if no filename is provided and string if it is
buffer
string
Gets the Buffer of track from the info
info of the track got from spotify.getTrack()
spotify.getTrack()
Gets the info the given album URL
Album
Gets the info of the given Artist URL
Artist
Gets the list of albums from the given Artists URL
Albums
Gets the playlist info from URL
Get the track details of the given track URL
Track
Gets the info of tracks from Album URL
Gets the info of tracks from playlist URL
Generated using TypeDoc
Downloads the tracks of a Album