Skip to content

lcc19941214/DownloadNeteaseMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download NetEase Music

Installation

Install NeteaseCloudMusicApi:

git clone [email protected]:Binaryify/NeteaseCloudMusicApi.git
cd NeteaseCloudMusicApi
yarn

Install DownloadNeteaseMusic:

git clone [email protected]:lcc19941214/DownloadNeteaseMusic.git
cd DownloadNeteaseMusic
yarn

Usage

Run Api Service:

cd NeteaseCloudMusicApi
yarn start

To download songs:

cd DownloadNeteaseMusic
yarn start

To dry run:

cd DownloadNeteaseMusic
yarn run dryrun

Example

Just run yarn run example.

yarn start --concurrency=5 \
  --sourceFilename="./example/data.txt" \
  --divider='\t' \
  --outDir="./download" \
  --dryrun

Options

  • concurrency?: number - Number of the songs when download in parallel. Defaults to 5.

  • sourceFilename?: string - File includes the source. See source for example.

    Notice: at least one of sourceFilename and source should be specified.

  • source?: string - Inline source. For example:

    我和我的祖国	殷秀梅
    坚守	金婷婷
    我的九寨	泽尓丹
    
  • divider?: string - Divider to separate name and author. Support Regexp pattern. Defaults to '\t'.

  • outDir: string - Directory to store the songs.

  • dryrun?: boolean - Whether the program should dry run or not.

About

download songs from netease music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published