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

Downloading podcast (whole show or episode) #31

Open
bornox opened this issue Nov 1, 2018 · 0 comments
Open

Downloading podcast (whole show or episode) #31

bornox opened this issue Nov 1, 2018 · 0 comments

Comments

@bornox
Copy link

bornox commented Nov 1, 2018

Is there any way to download whole podcasts? Or episodes?

URI code looks like:
spotify:show:070MmBvMBnTatKj5deEb59
or for one track:
spotify:episode:0eX9Z7YBJSIenAyZRSTmiz

Exception in thread SpotifyRipperThread: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/dist-packages/spotify_ripper/ripper.py", line 229, in run tracks = list(get_tracks_from_uri(uri)) File "/usr/local/lib/python2.7/dist-packages/spotify_ripper/ripper.py", line 224, in get_tracks_from_uri return self.load_link(uri) File "/usr/local/lib/python2.7/dist-packages/spotify_ripper/ripper.py", line 424, in load_link link = self.session.get_link(uri) File "/usr/local/lib/python2.7/dist-packages/spotify/session.py", line 376, in get_link return spotify.Link(self, uri=uri) File "/usr/local/lib/python2.7/dist-packages/spotify/link.py", line 73, in __init__ 'Failed to get link from Spotify URI: %r' % uri) ValueError: Failed to get link from Spotify URI: 'spotify:show:070MmBvMBnTatKj5deEb59'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant