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.6k stars 1.61k forks source link

YouTubeMusic download without spotify #2210

Closed JuliusNmn closed 1 month ago

JuliusNmn commented 1 month ago

Requested Feature

I love that spotdl can download hi-res from YouTubeMusic. Is there a way to use spotdl to download songs from youtube music directly, without a spotify link? I don't really care about metadata.

I guess it's not possible through CLI. Does anyone know how to use the API to do this?

Possible implementation

detect if link is youtube-music, if yes, just skip searching and download right away

Silverarmor commented 1 month ago

Is there a way to use spotdl to download songs from youtube music directly, without a spotify link?

Sounds like you don't need spotDL at all. spotDL uses yt-dlp to handle the downloading, you can try that or youtube-dl (which yt-dlp is a fork of).