# Muisc-downloader-cli **Repository Path**: f5/Muisc-downloader-cli ## Basic Information - **Project Name**: Muisc-downloader-cli - **Description**: 一个Go语言实现的音乐下载器.支持网易云音乐、酷狗音乐、酷我音乐,非收费歌曲下载,自动下载歌曲信息写入封面专辑信息 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-05 - **Last Updated**: 2024-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Muisc-downloader-cli #### 介绍 ​ 一个Go语言实现的音乐下载器.支持网易云音乐、酷狗音乐、酷我音乐,非收费歌曲下载,支持自动下载歌曲信息写入封面专辑等信息. #### 软件架构 ​ Go语言 #### 使用方法 1. 克隆代码 ```shell git clone https://gitee.com/f5/Muisc-downloader-cli.git ``` 2. 安装依赖 ```shell go mod tidy ``` 3. 编译项目 ```shell go build ``` 4. 愉快的使用! #### 支持格式 1. 网易 ```shell ./dm -s https://music.163.com/song?id=400161259 ``` 2. 酷我 ```shell ./dm -s https://www.kuwo.cn/yinyue/93473938 ./dm -s https://m.kuwo.cn/yinyue/93473938 ``` 3. 酷狗 ```shell ./dm -s https://t4.kugou.com/song.html?id=u3yrd3y0V3 ./dm -s https://www.kugou.com/song/1wwp0v78.html ``` #### 其他说明 本程序在Mac上运行正常,理论上没有使用CGO支持交叉编译,在其他平台也能正常运行。 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0805/232114_1b36f213_103407.png "musicdownloader.png")