-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can spodcast download podcasts that appear as tracks #33
Comments
HI. i dont have an asnwer for your question, but maybe you can give me a hand. Im trying to download the podcast like this: ./spodcast --credentials-location /home/panchines/spotify.rc urls https://open.spotify.com/show/6WJJC1RMBJzkH1MhusyZNd i have my credentials there. what i need to do? I just want to use the cli to download the podcast. Thanks, i ask because it seems that you know how to download. |
Sorry away from my computer so typing this on my phone. If I had to guess you haven't authenticated and generated a creds file. Here's the docker steps (native should be similar if you're using that):
Tip: use something other than tmp or move the created creds file and pass the path to the next command if you don't want to need to reauthenticate when tmp gets wiped Non docker should be similar as the flags and arguments are the same if you install through pip (haven't tried) |
I'm able to download podcasts that include
/episode/
in the url i.e.https://open.spotify.com/episode/5358drsbZg3Z973JvcdWeN
However, some kids stories / podcasts appear as
/tracks/
and don't seem to download i.e.https://open.spotify.com/track/2DLn7ObdemNc73MhPSRdBN
Is this a purposeful limitation to avoid allowing downloading "songs"?
The text was updated successfully, but these errors were encountered: