You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me too.
The call to get_metadata_4_show in podcast.py returns a list of IDs, but the one episode I tested (not the one you provided) has an ID that doesn't show up until the tenth element in this list. The next five IDs appear to be the correct next-most-recent episodes.
I'm not sure if this is a LIbrespot or Spodcast issue. Spodcast is sorting IDs by publish date, and I haven't looked at the API data yet. Thanks for mentioning that individual episodes work fine! That was helpful to get started.
Hi all,
downloading the following podcast
https://open.spotify.com/show/6gAIR3HN25mgU1niAZyCm0?si=b2dceeeb02a34a2a
results in WARNING:spodcast.podcast:episode 6a1e2afa822c5a34bb1b80bfdd7d0b6d, StatusCodeException: 451
Example code:
spodcast --skip-existing yes --rss-feed no --transcode no --max-episodes 1 https://open.spotify.com/show/6gAIR3HN25mgU1niAZyCm0?si=b2dceeeb02a34a2a
Downloading individual episodes seems to work. Anyone an idea why?
Thanks for your help!
The text was updated successfully, but these errors were encountered: