音乐下载工具

# 音乐下载技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "音乐下载工具" with this command: npx skills add ziyang9317/music-download

音乐下载技能

功能说明

从网易云音乐等平台下载 MP3 歌曲文件,支持高清音质。

使用工具

  • yt-dlp(首选):支持高清音质下载,平台更多
  • you-get(备用):传统下载工具

安装方法

pip install --break-system-packages yt-dlp

使用方法

方式一:直接下载(推荐)

# 输入:歌曲页面URL
yt-dlp -x --audio-format mp3 -o /保存路径 "%(title)s.%(ext)s" "URL"

示例:

# 下载网易云音乐《平凡世界的不凡》
yt-dlp -x --audio-format mp3 -o "/home/liangbing/Music/%(title)s.%(ext)s" "https://music.163.com/song?id=2047069187"

方式二:下载最高音质(不转换格式)

yt-dlp -o "/保存路径/%(title)s.%(ext)s" "https://music.163.com/song?id=歌曲ID"

方式三:搜索并下载

# 搜索歌曲
yt-dlp --match-title "歌手名 歌名" --max-downloads 1 "https://music.163.com/search/m/?s=关键词&type=1"

方式四:批量下载歌单

yt-dlp -x --audio-format mp3 -o "/保存路径/%(title)s.%(ext)s" "https://music.163.com/playlist?id=歌单ID"

音质对比

工具音质文件大小(约4分钟歌曲)
you-get128 kbps~4-5 MB
yt-dlp320 kbps~10-12 MB

支持平台

  • ✅ 网易云音乐(高清音质)
  • ✅ SoundCloud
  • ✅ Bandcamp
  • ✅ QQ音乐
  • ✅ Mixcloud
  • ✅ Yandex Music
  • ✅ Musicdex

网易云音乐 URL 格式

  • 歌曲页:https://music.163.com/song?id=歌曲ID
  • 专辑页:https://music.163.com/album?id=专辑ID
  • 歌单页:https://music.163.com/playlist?id=歌单ID
  • 歌手页:https://music.163.com/artist?id=歌手ID

获取歌曲 ID

  1. 在网易云音乐网页版打开歌曲页面
  2. 浏览器地址栏 URL 中 id= 后面的数字即为歌曲 ID
  3. 例如:https://music.163.com/song?id=2047069187 → 歌曲 ID 是 2047069187

常用命令速查

# 下载高清MP3(推荐)
yt-dlp -x --audio-format mp3 -o "/保存路径/%(title)s.%(ext)s" "URL"

# 只下载不转换格式
yt-dlp -o "/保存路径/%(title)s.%(ext)s" "URL"

# 查看可用格式
yt-dlp --list-formats "URL"

# 下载指定音质
yt-dlp -f "bestaudio[ext=m4a]" -x --audio-format mp3 "URL"

注意事项

  • 仅用于下载允许下载的歌曲
  • 遵守版权法规
  • 部分付费歌曲可能无法下载
  • 下载的文件会自动按歌曲标题命名

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

music-downloader

支持从1000+音乐平台下载音频、封面、元数据及歌词,自动选择最佳音质并嵌入封面。

Registry SourceRecently Updated
790Profile unavailable
General

Music Player for Windows

Provides music search, high-quality download, ID3 metadata embedding, and local playback on Windows using multiple music API sources.

Registry Source
1230Profile unavailable
Automation

Video Subtitle Downloader

Download and convert subtitles from YouTube, Bilibili, and 1000+ platforms into SRT, JSON, or TXT with automatic timestamps and GPU acceleration support.

Registry SourceRecently Updated
870Profile unavailable
General

Bilibili Subtitles

使用 yt-dlp 从哔哩哔哩公开视频提取已有字幕或自动字幕(不下载整段视频)。当用户提到 B 站、bilibili、BV 号、视频字幕、拉字幕、做摘要、根据视频内容回答问题时使用。v1 仅支持平台已提供字幕轨道的视频;无字幕视频需换源或后续用 Whisper 等方案。

Registry SourceRecently Updated
2190Profile unavailable