Releases: Luuk-Dev/Spotify-Info
Releases · Luuk-Dev/Spotify-Info
1.1.6
1.1.4
1.1.1
1.1.0
Version 1.1.0
- API methods added.
search
function.getTrack
function.getPlaylist
function.getAlbum
function.getArtist
function.setApiCredentials
function.
scrapeSong
function renamed toscrapeTrack
.ScrapedPlaylist.songs
property renamed toScrapedPlaylist.tracks
.ScrapedAlbum.songs
property renamed toScrapedAlbum.tracks
.- API url's will now also be validated as Spotify url's.
getID
function which returns the ID of a song, playlist, album or artist.- Readme includes better documentation
1.0.7
Version 1.0.7
- New properties to
ScrapedAlbum
classartistId
: The id of the artist of the albumartistUrl
: The url of the artist of the albumlocation
: An array of the country codes where the album can be playedpublishDate
: The date the album got publishedthumbnail
: The thumbnail url of the album
- New properties to
ScrapedPlaylist
classartistId
: The id of the creator of the playlistartistUrl
: The url of the creator of the playlistlocation
: An array of the country codes where the playlist can be playedthumbnail
: The thumbnail url of the playlist