Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifei6671/NeteaseCloudMusicFlac
根据网易云音乐的歌单, 下载flac无损音乐到本地.。
https://github.com/lifei6671/NeteaseCloudMusicFlac
Last synced: about 1 month ago
JSON representation
根据网易云音乐的歌单, 下载flac无损音乐到本地.。
- Host: GitHub
- URL: https://github.com/lifei6671/NeteaseCloudMusicFlac
- Owner: lifei6671
- License: mit
- Created: 2016-05-01T06:10:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T13:07:37.000Z (about 6 years ago)
- Last Synced: 2024-06-21T18:08:25.356Z (6 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 163
- Watchers: 10
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - lifei6671/NeteaseCloudMusicFlac - 12 star:0.2k fork:0.0k 根据网易云音乐的歌单, 下载flac无损音乐到本地.。 (Go)
README
# 网易云音乐无损音乐下载
根据网易云音乐歌单, 下载对应无损FLAC歌曲到本地.
该程序是根据Python版本使用Golang重写,原版位于:https://github.com/YongHaoWu/NeteaseCloudMusicFlac
使用方法:
go build //编译
go install //安装
NeteaseCloudMusicFlac.exe http://music.163.com/#/playlist?id=145258012 //解析并下载。音乐会下载到当前程序目录的songs_dir目录下。#### 本程序仅供学习之用。