{"id":30619492,"url":"https://github.com/dhopcs/soundcloud-dl","last_synced_at":"2026-05-19T14:39:28.703Z","repository":{"id":260855128,"uuid":"882541553","full_name":"dhopcs/soundcloud-dl","owner":"dhopcs","description":"An easy, fast and efficient tool written in Rust for downloading songs from SoundCloud.","archived":false,"fork":false,"pushed_at":"2024-11-06T22:57:09.000Z","size":179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T02:10:02.462Z","etag":null,"topics":["rust","rust-lang","soundcloud","soundcloud-api","soundcloud-dl","soundcloud-downloader"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhopcs.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,"zenodo":null}},"created_at":"2024-11-03T03:48:40.000Z","updated_at":"2024-12-10T09:30:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5152a6e-b734-4b2d-a9b6-cc6f1bb986f5","html_url":"https://github.com/dhopcs/soundcloud-dl","commit_stats":null,"previous_names":["damaredayo/soundcloud-dl","dhopcs/soundcloud-dl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dhopcs/soundcloud-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhopcs%2Fsoundcloud-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhopcs%2Fsoundcloud-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhopcs%2Fsoundcloud-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhopcs%2Fsoundcloud-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhopcs","download_url":"https://codeload.github.com/dhopcs/soundcloud-dl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhopcs%2Fsoundcloud-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272852302,"owners_count":25004055,"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-08-30T02:00:09.474Z","response_time":77,"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":["rust","rust-lang","soundcloud","soundcloud-api","soundcloud-dl","soundcloud-downloader"],"created_at":"2025-08-30T13:00:42.397Z","updated_at":"2026-05-19T14:39:28.641Z","avatar_url":"https://github.com/dhopcs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soundcloud-dl\n\nAn easy, fast and efficient tool written in Rust for downloading songs from SoundCloud.\n\n## Getting Started\n\n### Getting Your OAuth Token\n\n1. Log into SoundCloud in your browser\n2. Open Developer Tools (F12)\n3. Go to the Network tab\n4. Reload the page\n5. Filter for a request to `https://api-v2.soundcloud.com` in the list\n6. Copy the `Authorization` header value from the request headers\n7. Use the copied value as the OAuth token\n\n## Installation\n\n### Pre-built Binaries\n\nHead over to the [releases page](http://github.com/damaredayo/soundcloud-dl/releases) and download the latest binary for your platform.\n\n### Cargo\n\n```bash\ncargo install --git https://github.com/damaredayo/soundcloud-dl\n```\n\n### Building from Source\n\n```bash\ngit clone https://github.com/damaredayo/soundcloud-dl\ncd soundcloud-dl\ncargo build --release\n```\n\n## Example Usage\n\n```bash\n# Download track without saving token\nsoundcloud-dl -a YOUR_TOKEN track https://soundcloud.com/user/track\n\n# Save token\nsoundcloud-dl --auth \"OAuth 2-123456-133742069-xDxDxDxDxDxDxD\" --save-token\n\n# Download a single track\nsoundcloud-dl track https://soundcloud.com/user/track\n\n# Download a playlist\nsoundcloud-dl playlist https://soundcloud.com/user/playlist\n\n# Download liked tracks\nsoundcloud-dl likes --limit 50 --skip 10\n```\n\n### Help\n\n```text\nAn easy, fast and efficient tool written in Rust for downloading songs from SoundCloud.\n\nUsage: soundcloud-dl [OPTIONS] [COMMAND]\n\nOptions:\n  -a, --auth \u003cAUTH\u003e      Your Soundcloud OAuth token (if not provided, will use stored token)\n  -t, --save-token       Save the provided OAuth token for future use\n      --clear-token      Clear the stored OAuth token\n      --ffmpeg-path \u003cFFMPEG_PATH\u003e  FFmpeg binary path (if not provided, will use `ffmpeg` from PATH or download it)\n  -o, --output \u003cOUTPUT\u003e  Output directory for downloaded files [default: .]\n  -h, --help             Print help\n  -V, --version          Print version\n\nCommands:\n  track\n    \u003cURL\u003e  URL of the track to download\n  likes\n    -s, --skip \u003cSKIP\u003e              Number of likes to skip [default: 0]\n    -l, --limit \u003cLIMIT\u003e            Maximum number of likes to download [default: 10]\n        --chunk-size \u003cCHUNK_SIZE\u003e  Number of likes to download in each chunk [default: 25]\n    -h, --help\n  playlist\n    \u003cURL\u003e  URL of the playlist to download\n  help   Print this message or the help of the given subcommand\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhopcs%2Fsoundcloud-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhopcs%2Fsoundcloud-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhopcs%2Fsoundcloud-dl/lists"}