lttkgp / metadata-extractor

Extract song metadata from YouTube links with Spotify API
MIT License
14 stars 7 forks source link

Return Spotify link in Spotify `extraAttrs` #17

Closed ghostwriternr closed 4 years ago

parth-paradkar commented 4 years ago

@ghostwriternr a SongData object has a Track object associated with it, which has the provider_id property. We can construct the Spotify link from this ID. Do we still need to return Spotify link in extraAttrs?

ghostwriternr commented 4 years ago

Ohh good catch @thescriptninja! Nope, we don't. Closing this issue.