jsjcjsjc / MusicDownloader

【2023】嵌封面,嵌歌手,嵌歌词,网易云/QQ音乐批量下载工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于 About

一键批量下载网易云/QQ歌单歌曲工具

license last commit downloads release commit activity
issues closed issues forks stars watchers

使用 How

1. 前往releases下载musicdownloader.exe

下载运行即可,若无法使用请使用下面其他方法

2. 命令行模式(需python环境)

git clone https://github.com/beadd/musicdownloader/
cd musicdownloader
pip install -r requirements.txt
python musicdownloader.py

3. GUI版本(需python环境)

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服务器

感谢 Thanks

About

【2023】嵌封面,嵌歌手,嵌歌词,网易云/QQ音乐批量下载工具

License:MIT License


Languages

Language:Python 100.0%