-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
|
||
# netease-music-downloader | ||
|
||
一个可以帮助你免费下载网易云歌曲的应用(Linux only) | ||
|
||
使用方法: | ||
|
||
```bash | ||
./downease --url http://music.163.com/\#/m/song\?id\=1390045138 --save /path/to/ | ||
``` | ||
|
||
|
||
|
||
或 | ||
|
||
```bash | ||
./downease --id 1390045138 --save /path/to # id就是网址中?id=后面的数字,推荐使用id,更准确 | ||
``` | ||
|