Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TypeError when fetching a playlist with a podcast or similar item #201

Merged
merged 4 commits into from Oct 25, 2021

Conversation

shaunakg
Copy link
Contributor

@shaunakg shaunakg commented Aug 6, 2021

If the user has a podcast in their playlist, which Spotify supports, the download will fail as metadata such as album_name can't be fetched for podcasts.

This fixes that issue by skipping all items that do not have a track.

Note: Many Spotify users use podcasts in order to listen to remixes or edited songs that are not officially on Spotify - therefore, it could be within the scope of this program to download them as well. I could not find a way of doing this that integrated with the current structure of the program, but it might be worth looking into.

@SathyaBhat SathyaBhat merged commit 1533101 into SathyaBhat:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants