An open API service indexing awesome lists of open source software.

https://github.com/81vm3/ncm-dl

Download songs from Netease with python web scraping
https://github.com/81vm3/ncm-dl

Last synced: 3 months ago
JSON representation

Download songs from Netease with python web scraping

Awesome Lists containing this project

README

        

# NCM-DL

![alt text](https://raw.githubusercontent.com/81Vm3/NCM-DL/master/preview.png)

用Python爬虫从网易云音乐上批量下载歌曲

使用BeautifulSoup + selenium webdriver

(要使用脚本,你必须要有Chrome driver!)

参数:

-h 显示帮助

-v 显示版本

-t 目标歌曲的ID (也可以是歌曲页面链接)

-d 单次下载

-f 输出的文件名

-l 下载列表文件里所有的歌曲

-i 获取单曲信息

-c 只下载封面而不是歌曲

-a 保存一个专辑内所有的歌曲到一个列表文件

-p 保存一个歌单内所有的歌曲到一个列表文件

Using Python web scraping to download songs from Netease Music

BeautifulSoup + selenium webdriver

(To use this script, you must have Chrome driver!)

Parameters:

-h Show helps

-v Show version

-t Target a song by its ID (Also can be link)

-d Once download

-f Output filename

-l Download songs from a file (IDs list)

-i Get a song's info

-c Downloading only for covers(SRC)

-a Save all songs from an album to a list

-p Save all songs from a playlist to a list