spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.35k stars 1.6k forks source link

Does not download podcast episode #1027

Closed Unknow0059 closed 3 years ago

Unknow0059 commented 3 years ago

OS: Windows

cmd:
python3 -m venv spotifydownloader_env && cd spotifydownloader_env && Scripts\activate && pip install spotdl
set "array=https://open.spotify.com/episode/2uGE94NYug3uBsuyDVtyeu;https://open.spotify.com/episode/7xhBFsOUDS79vAhEYJWq9h;https://open.spotify.com/episode/3pV1PEGGZHMM8LXLBZT2pL"
for %a in (%array%) do (spotdl %a)

Error: No song named "(insert url here)" could be found on spotify

Probably means it's not supported. An issue nonetheless.

ghost commented 3 years ago

Well, our source as of now is YouTube. No podcasts there. We won't be adding podcast support as of now.