1. 前往releases下载musicdownloader.exe
下载运行即可,若无法使用请使用下面其他方法
git clone https://github.com/beadd/musicdownloader/
cd musicdownloader
pip install -r requirements.txt
python musicdownloader.py
git clone -b dev-GUI https://github.com/beadd/musicdownloader/
cd musicdownloader
pip install -r requirements.txt
python EyeD3Music.py
启动前加歌曲链接参数会直接下载,例子:
musicdownloader.py https://......song?id=...
musicdownloader.exe https://......playlist?id=...
启动前加参数-s {api server} 可直接更换歌曲API服务器,例子:
musicdownloader.py -s https://example.com/metting/
musicdownloader.exe https://......song?id=... -s http://192.168.1.7/
能否下载歌曲或会员歌曲及其音质取决于API服务器 自建服务器并添加会员Cookie即可解析相关音乐以及无损
- Meting-api及本项目贡献者