• Stars
    star
    2,938
  • Rank 14,839 (Top 0.4 %)
  • Language
    Python
  • Created about 8 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.

NeteaseCloudMusicFlac

NeteaseCloudMusicFlac is being sponsored by the following tool; please help to support us by taking a look and signing up to a free tria.

本程序仅供学习之用

感谢为 NeteaseCloudMusicFlac 的开发付出过努力以及提出建议的每一个人!

根据网易云音乐歌单, 下载对应无损FLAC歌曲到本地.

BackGround

现在无损资源基本都是专辑, 很难找到单曲来下载. 而且下载需要每个专辑搜索一遍, 需要用云盘复制粘贴密码再下载. 这对于听Hi-Fi的人们来说是非常不便利的事情, 找歌曲可以找一整天. 而现在网易云音乐是绝大多数人听在线歌曲的平台, 歌单众多. 于是我想做如此一个项目, 根据网易云音乐上面的歌单, 自动下载FLAC无损音乐到本地.

注意

海外由于版权问题无法下载歌曲, 所以会导致此issue, 无法正常使用, 需要修改DNS配置, 里面有解决方法.

安装

安装Python

根据此网站教程安装Python 注意安装的版本是 python3

强制使用 python3, 从我做起

下载main.py

可以使用此链接 https://codeload.github.com/YongHaoWu/NeteaseCloudMusicFlac/zip/master

获取歌单

网易云音乐网页版找出想要下载无损的歌单, 如下图

NeteaseCloudMusicFlac

后进入歌单, 地址栏地址便是歌单地址.

使用

$ python main.py 歌单地址(如上图便是: http://music.163.com/#/playlist?id=145258012)

python3示例命令(注意 windows 可能要把下面的单引号去掉)

$ python3 main.py 'http://music.163.com/#/playlist?id=145258012'

下载所有歌曲, 包括 MP3 在内

$ python3 main.py 'http://music.163.com/#/playlist?id=145258012' --mp3

如果告知缺乏module

下载对应的模块(module), 网上搜索如何安装python模块.

python3
pip3 install requests

如运行中遇到错误, 可以运行 pip3 install --upgrade requests (其中一已知错误是request 旧版本在多线程下载时出现错误)

TODO list

  1. 目前只是匹配歌曲名字, 最好加上匹配歌手名
  2. 歌曲匹配率不高, 可以考虑再到其他网站抓

Enjoy it !

版权问题

如果涉及版权问题,项目将立刻关闭。 自己为百度音乐会员, 该项目为方便自己而做

The MIT License (MIT)

CopyRight (c) 2016 YongHaoHu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

qianduan-yule-club

前端娱乐圈大事记 http://qianduanyule.club/
HTML
129
star
2

WechatEducation

微信教育公众平台: 主要分为资源管理系统、交流管理系统、学生积分管理系统、学生事务管 理系统、教师评价系统和图书管理系统这五个子系统。
JavaScript
76
star
3

http_client

A http client written in C and pure socket, for understanding HTTP protocol. 用于理解 http 协议的 http 客户端
C
28
star
4

AndroidNetMonitor

This project aims to collect and analyze traffic information of Android.(采集手机发送和接收的报文简要信息,并且根据socket记录每个报文对应哪个手机app)
Java
25
star
5

goHike

A script of Go1.7 binary package generator, with a detail example.
Shell
23
star
6

NeteaseCloudMusicFlacElixir

NeteaseCloudMusicFlac Elixir
Elixir
8
star
7

C_eval

C/C++ equivalent of eval(“function(arg1, arg2)”)
C
7
star
8

wine-hub

A place to put my code of Wine.
C
2
star
9

elixir_examples

elixir examples for Plugs, Cowboy, Supervisor etc.
Elixir
1
star
10

RPG_game

A RPG_game like Dragon Quest without GUI.
C++
1
star
11

myVim

My vimrc etc.
Vim Script
1
star
12

Elixir-Dingding

Elixir 版本的钉钉第三方认证
Elixir
1
star
13

project

project to test gopls
Go
1
star
14

media_update

动漫更新提醒,当你关注的动漫更新了时,在微信上发信息通知你。
PHP
1
star
15

media_manage

视频管理系统
C++
1
star
16

GT_Program

使用Python对报文进行组流,根据网络流的5元组信息和客户端GT获得的文件里的5元组信息,进行网络流的应用标记工作
Python
1
star
17

gdpuer

Ourstudio广药小助手,贴心为您服务。一个关注,就能随时随地订阅广药新闻、就业资讯,查询校园网、图书馆信息,查成绩,查课表,查天气,拥有网站导航与生活服务功能。菜单:回复?号
JavaScript
1
star