{"id":13592616,"url":"https://github.com/scdl-org/scdl","last_synced_at":"2025-12-17T02:54:48.175Z","repository":{"id":21415519,"uuid":"24733577","full_name":"scdl-org/scdl","owner":"scdl-org","description":"Soundcloud Music Downloader","archived":false,"fork":false,"pushed_at":"2025-08-09T17:23:18.000Z","size":465,"stargazers_count":3840,"open_issues_count":118,"forks_count":369,"subscribers_count":65,"default_branch":"master","last_synced_at":"2025-11-22T00:26:59.882Z","etag":null,"topics":["downloader","music","python","soundcloud","soundcloud-music-downloader"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scdl-org.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-02T19:37:42.000Z","updated_at":"2025-11-21T23:46:53.000Z","dependencies_parsed_at":"2023-01-14T13:10:08.823Z","dependency_job_id":"46088cad-5251-49e8-af96-24b72e9694bf","html_url":"https://github.com/scdl-org/scdl","commit_stats":{"total_commits":338,"total_committers":54,"mean_commits":"6.2592592592592595","dds":0.6538461538461539,"last_synced_commit":"9732b538db8ca5062df818eb3a17bed382b07941"},"previous_names":["flyingrub/scdl"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/scdl-org/scdl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scdl-org%2Fscdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scdl-org%2Fscdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scdl-org%2Fscdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scdl-org%2Fscdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scdl-org","download_url":"https://codeload.github.com/scdl-org/scdl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scdl-org%2Fscdl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27775740,"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-12-17T02:00:08.291Z","response_time":55,"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":["downloader","music","python","soundcloud","soundcloud-music-downloader"],"created_at":"2024-08-01T16:01:11.351Z","updated_at":"2025-12-17T02:54:48.169Z","avatar_url":"https://github.com/scdl-org.png","language":"Python","funding_links":[],"categories":["Python","HarmonyOS","Third-party Web APIs"],"sub_categories":["Windows Manager"],"readme":"# Soundcloud Music Downloader\n\n## Status of the project\n\nAs of version 3, this script is a wrapper around `yt-dlp` with some defaults/patches for backwards compatibility.\nDevelopment is not active and new features will likely not be merged, especially if they can be covered with the\nuse of `--yt-dlp-args`. Bug reports/fixes are welcome.\n\n## Description\n\nThis script is able to download music from SoundCloud and set id3tag to the downloaded music.\nCompatible with Windows, OS X, Linux.\n\n## System requirements\n\n* python3\n* ffmpeg\n\n## Installation Instructions\nhttps://github.com/flyingrub/scdl/wiki/Installation-Instruction\n\n## Configuration\nThere is a configuration file left in `~/.config/scdl/scdl.cfg`\n\n## Examples:\n```\n# Download track \u0026 repost of the user QUANTA\nscdl -l https://soundcloud.com/quanta-uk -a\n\n# Download likes of the user Blastoyz\nscdl -l https://soundcloud.com/kobiblastoyz -f\n\n# Download one track\nscdl -l https://soundcloud.com/jumpstreetpsy/low-extender\n\n# Download one playlist\nscdl -l https://soundcloud.com/pandadub/sets/the-lost-ship\n\n# Download only new tracks from a playlist\nscdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --download-archive archive.txt -c\n\n# Sync playlist\nscdl -l https://soundcloud.com/pandadub/sets/the-lost-ship --sync archive.txt\n\n# Download your likes (with authentification token)\nscdl me -f\n```\n\n## Options:\n```\n-h --help                       Show this screen\n--version                       Show version\n-l [url]                        URL can be track/playlist/user\n-s [search_query]               Search for a track/playlist/user and use the first result\n-n [maxtracks]                  Download the n last tracks of a playlist according to the creation date\n-a                              Download all tracks of user (including reposts)\n-t                              Download all uploads of a user (no reposts)\n-f                              Download all favorites (likes) of a user\n-C                              Download all tracks commented on by a user\n-p                              Download all playlists of a user\n-r                              Download all reposts of user\n-c                              Continue if a downloaded file already exists\n--force-metadata                This will set metadata on already downloaded track\n-o [offset]                     Start downloading a playlist from the [offset]th track (starting with 1)\n--addtimestamp                  Add track creation timestamp to filename,\n                                which allows for chronological sorting\n                                (Deprecated. Use --name-format instead.)\n--addtofile                     Add artist to filename if missing\n--debug                         Set log level to DEBUG\n--error                         Set log level to ERROR\n--download-archive [file]       Keep track of track IDs in an archive file,\n                                and skip already-downloaded files\n--extract-artist                Set artist tag from title instead of username\n--hide-progress                 Hide the wget progress bar\n--hidewarnings                  Hide Warnings. (use with precaution)\n--max-size [max-size]           Skip tracks larger than size (k/m/g)\n--min-size [min-size]           Skip tracks smaller than size (k/m/g)\n--no-playlist-folder            Download playlist tracks into main directory,\n                                instead of making a playlist subfolder\n--onlymp3                       Download only mp3 files\n--path [path]                   Use a custom path for downloaded files\n--remove                        Remove any files not downloaded from execution\n--sync [file]                   Compares an archive file to a playlist and downloads/removes any changed tracks\n--flac                          Convert original files to .flac. Only works if the original file is lossless quality\n--no-album-tag                  On some player track get the same cover art if from the same album, this prevent it\n--original-art                  Download original cover art, not just 500x500 JPEG\n--original-name                 Do not change name of original file downloads\n--original-metadata             Do not change metadata of original file downloads\n--no-original                   Do not download original file; only mp3, m4a, or opus\n--only-original                 Only download songs with original file available\n--name-format [format]          Specify the downloaded file name format. Use \"-\" to download to stdout\n--playlist-name-format [format] Specify the downloaded file name format, if it is being downloaded as part of a playlist\n--client-id [id]                Specify the client_id to use\n--auth-token [token]            Specify the auth token to use\n--overwrite                     Overwrite file if it already exists\n--strict-playlist               Abort playlist downloading if one track fails to download\n--add-description               Adds the description to a seperate txt file (can be read by some players)\n--no-playlist                   Skip downloading playlists\n--opus                          Prefer downloading opus streams over mp3 streams\n--yt-dlp-args                   String with custom args to forward to yt-dlp\n```\n\n\n## Features\n* Automatically detect the type of link provided\n* Download all songs from a user\n* Download all songs and reposts from a user\n* Download all songs from one playlist\n* Download all songs from all playlists from a user\n* Download all songs from a user's favorites\n* Download only new tracks from a list (playlist, favorites, etc.)\n* Sync Playlist\n* Set the tags with mutagen (Title / Artist / Album / Artwork)\n* Create playlist files when downloading a playlist\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdl-org%2Fscdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscdl-org%2Fscdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdl-org%2Fscdl/lists"}