{"id":23777992,"url":"https://github.com/GuillemCastro/spotify-dl","last_synced_at":"2025-09-05T22:31:11.305Z","repository":{"id":40298695,"uuid":"306469938","full_name":"GuillemCastro/spotify-dl","owner":"GuillemCastro","description":"A command-line utility to download songs and playlists directly from Spotify","archived":false,"fork":false,"pushed_at":"2025-08-13T04:39:51.000Z","size":260,"stargazers_count":158,"open_issues_count":16,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-28T08:29:48.574Z","etag":null,"topics":["download-playlists","download-songs","flac","mp3","music","playlist","songs","spotify","spotify-dl","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuillemCastro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-22T22:12:04.000Z","updated_at":"2025-08-26T15:50:39.000Z","dependencies_parsed_at":"2024-05-17T16:46:07.082Z","dependency_job_id":"ae3c2794-96da-493c-95ea-d286fbf294d8","html_url":"https://github.com/GuillemCastro/spotify-dl","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/GuillemCastro/spotify-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillemCastro%2Fspotify-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillemCastro%2Fspotify-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillemCastro%2Fspotify-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillemCastro%2Fspotify-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillemCastro","download_url":"https://codeload.github.com/GuillemCastro/spotify-dl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillemCastro%2Fspotify-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273832170,"owners_count":25176262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["download-playlists","download-songs","flac","mp3","music","playlist","songs","spotify","spotify-dl","yt-dlp"],"created_at":"2025-01-01T09:00:56.573Z","updated_at":"2025-09-05T22:31:11.297Z","avatar_url":"https://github.com/GuillemCastro.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# 🎵 spotify-dl\n\nA command line utility to download songs, podcasts, playlists and albums directly from Spotify.\n\n\u003e [!IMPORTANT]\n\u003e A Spotify Premium account is required.\n\n\u003e [!CAUTION]\n\u003e Usage of this software may infringe Spotify's terms of service or your local legislation. Use it under your own risk.\n\n## 🚀 Features\n\n- Download individual tracks, podcasts, playlists or full albums.\n- Built with Rust for speed and efficiency.\n- Supports metadata tagging and organized file output.\n\n## ⚙️ Installation\n\nYou can install it using `cargo`, `homebrew`, from source or using a pre-built binary from the releases page.\n\n### From crates.io using `cargo`\n\n```\ncargo install spotify-dl\n```\n\n### Using homebrew (macOs)\n\n```\nbrew tap guillemcastro/spotify-dl\nbrew install spotify-dl\n```\n\n### From source\n\n```\ncargo install --git https://github.com/GuillemCastro/spotify-dl.git\n```\n\n## 🧭 Usage\n\n```\nspotify-dl 0.9.0\nA commandline utility to download music directly from Spotify\n\nUSAGE:\n    spotify-dl.exe [FLAGS] [OPTIONS] \u003ctracks\u003e...\n\nFLAGS:\n    -F, --force      Force download even if the file already exists\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -d, --destination \u003cdestination\u003e    The directory where the songs will be downloaded\n    -f, --format \u003cformat\u003e              The format to download the tracks in. Default is flac. [default: flac]\n    -t, --parallel \u003cparallel\u003e          Number of parallel downloads. Default is 5. [default: 5]\n\nARGS:\n    \u003ctracks\u003e...    A list of Spotify URIs or URLs (songs, podcasts, playlists or albums)\n```\n\nSongs, playlists and albums must be passed as Spotify URIs or URLs (e.g. `spotify:track:123456789abcdefghABCDEF` for songs and `spotify:playlist:123456789abcdefghABCDEF` for playlists or `https://open.spotify.com/playlist/123456789abcdefghABCDEF?si=1234567890`).\n\n## 📋 Examples\n\n- Download a single track:\n```bash\nspotify-dl https://open.spotify.com/track/TRACK_ID\n```\n\n- Download a playlist:\n\n```\nspotify-dl -u YOUR_USER -p YOUR_PASS https://open.spotify.com/playlist/PLAYLIST_ID\n```\n\nSave as MP3 to a custom folder:\n```\nspotify-dl --format flac --destination ~/Music/Spotify https://open.spotify.com/album/ALBUM_ID\n```\n\n## 📄 License\n\nspotify-dl is licensed under the MIT license. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGuillemCastro%2Fspotify-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGuillemCastro%2Fspotify-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGuillemCastro%2Fspotify-dl/lists"}