DraxCodes / Youtube2Mp3

Take playlists from other sources like Spotify and feed them into Youtube to get either a playable stream or a download for each track as an MP3.
GNU General Public License v3.0
8 stars 2 forks source link

Project currently wont compile. #1

Closed DraxCodes closed 4 years ago

DraxCodes commented 4 years ago

This issue is due to the fact that the current implementation to get the users playlist doesn't seem to allow us to access the list of tracks.

ℹ️ If we have to use the depricated method to fix this for now, we may as-well do that.

DraxCodes commented 4 years ago

Making this a question/discusion. Let me know any further ideas you have for it 😄

svr333 commented 4 years ago

The only compile error I found was a wrong implementation of the interface.

svr333 commented 4 years ago

@DraxCodes, when using the GetUserPlaylists() method, it's a Paging. SimplePlaylist contains a Tracks property, however, the Tracks only cover href & TotalTracks. There is no way to actually get information about the tracks. I'm pretty sure we have to use the deprecated method.

DraxCodes commented 4 years ago

Fixed