{"id":13585937,"url":"https://github.com/SathyaBhat/spotify-dl","last_synced_at":"2025-04-07T10:32:11.077Z","repository":{"id":38077250,"uuid":"48707149","full_name":"SathyaBhat/spotify-dl","owner":"SathyaBhat","description":"Downloads songs from your Spotify Playlist","archived":false,"fork":false,"pushed_at":"2024-07-12T07:36:07.000Z","size":1372,"stargazers_count":1828,"open_issues_count":32,"forks_count":219,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-02T02:11:16.297Z","etag":null,"topics":["downloads-songs","mp3","playlist","spotify","spotify-dl"],"latest_commit_sha":null,"homepage":"http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/","language":"Python","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/SathyaBhat.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2015-12-28T18:49:30.000Z","updated_at":"2025-04-01T09:05:48.000Z","dependencies_parsed_at":"2024-06-18T20:05:39.785Z","dependency_job_id":"e306cb0b-3664-41fc-bccb-687adddeeec4","html_url":"https://github.com/SathyaBhat/spotify-dl","commit_stats":{"total_commits":183,"total_committers":43,"mean_commits":4.255813953488372,"dds":0.3989071038251366,"last_synced_commit":"2389598d3503767d94b602b9e0cb65ca5465fbfb"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SathyaBhat%2Fspotify-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SathyaBhat%2Fspotify-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SathyaBhat%2Fspotify-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SathyaBhat%2Fspotify-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SathyaBhat","download_url":"https://codeload.github.com/SathyaBhat/spotify-dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247637018,"owners_count":20971046,"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","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":["downloads-songs","mp3","playlist","spotify","spotify-dl"],"created_at":"2024-08-01T15:05:13.818Z","updated_at":"2025-04-07T10:32:10.763Z","avatar_url":"https://github.com/SathyaBhat.png","language":"Python","funding_links":[],"categories":["Python","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"## spotify_dl\r\n\r\nDownloads songs from any Spotify playlist, album or track.\r\n\r\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\r\n[![PyPI download month](https://img.shields.io/pypi/dm/spotify_dl.svg)](https://pypi.python.org/pypi/spotify_dl/)\r\n[![PyPI license](https://img.shields.io/pypi/l/spotify_dl.svg)](https://pypi.python.org/pypi/spotify_dl/)\r\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/spotify_dl.svg)](https://pypi.python.org/pypi/spotify_dl/)\r\n[![GitHub release](https://img.shields.io/github/release/SathyaBhat/spotify-dl.svg)](https://GitHub.com/SathyaBhat/spotify-dl/releases/)\r\n[![GitHub stars](https://img.shields.io/github/stars/SathyaBhat/spotify-dl.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://GitHub.com/SathyaBhat/spotify-dl/stargazers/)\r\n[![GitHub contributors](https://img.shields.io/github/contributors/SathyaBhat/spotify-dl.svg)](https://GitHub.com/SathyaBhat/spotify-dl/graphs/contributors/)\r\n\r\n[![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges)\r\n\r\n### Tell me more!\r\n\r\nI wanted an easy way to grab the songs present in my library so I can download it \u0026 use it offline. I no longer use this, but continue to maintain this. spotify-dl doesn't download anything from Spotify. It picks up the metadata from Spotify API and then uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to download the song.\r\n\r\n### How do I get this thing running?\r\n\r\nInstall using pip\r\n\r\n    pip3 install spotify_dl\r\n\r\nRun the program\r\n\r\n    spotify_dl -l spotify_playlist_link_1 spotify_playlist_link_2\r\n\r\nIf you want to make use of parallel download, pass `-mc \u003cnumber\u003e`, where `\u003cnumber\u003e` refers to number of cores. If this is too high, spotify-dl will set it to one lesser than max number of cores that you have.\r\n\r\n    spotify_dl -mc 4 -l spotify_playlist_link_1 spotify_playlist_link_2\r\n\r\nSpotify-dl can make use of SponsorBlock and skip non-music sections when downloading from YouTube. This is disabled by default and can be enabled using:\r\n\r\n        spotify_dl -l spotify_playlist_link_1 -s y\r\n\r\nFor running in verbose mode, append `-V`\r\n\r\n    spotify_dl -V -l spotify_playlist_link -o download_directory\r\n\r\nFor more details and other arguments, issue `-h`\r\n\r\n    spotify_dl -h\r\n\r\nSee [the getting started guide](https://github.com/SathyaBhat/spotify-dl/blob/master/GETTING_STARTED.md) for more details.\r\n\r\n### Demo\r\n\r\n[![asciicast](https://asciinema.org/a/488558.svg)](https://asciinema.org/a/488558)\r\n\r\n### Contributing and Local development\r\n\r\nPull requests and any contributions are always welcome. Please open an issue with your proposal before you start with something.\r\n\r\n#### Running tests\r\n\r\nTests are setup and run with pytest, run\r\n\r\n    make tests\r\n\r\nto run the tests with [Make](https://www.gnu.org/software/make/)\r\n\r\n### Thanks and Credits\r\n\r\nTake a look at [CONTRIBUTORS](https://github.com/SathyaBhat/spotify-dl/graphs/contributors) for a list of all people who have helped and contributed to the project.\r\n\r\n### Issues, Feedback, Contact details\r\n\r\nFeel free to raise any bugs/issues under Github issues. Pull requests are also more than welcome.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSathyaBhat%2Fspotify-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSathyaBhat%2Fspotify-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSathyaBhat%2Fspotify-dl/lists"}