81Vm3 / NCM-DL

Download songs from Netease with python web scraping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NCM-DL

alt text

用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

About

Download songs from Netease with python web scraping

License:MIT License


Languages

Language:Python 100.0%