Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Caviar-X committed Nov 20, 2021
1 parent 24da6e7 commit 17fa4c8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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,更准确
```

0 comments on commit 17fa4c8

Please sign in to comment.