Skip to content

Commit

Permalink
更新使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Jan 22, 2019
1 parent 1446856 commit c4ed93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ usage: python main.py [-k keyword] [-s source] [-c count] [-o outdir] [-v] [-m]
example: python main.py -k "周杰伦" -s "qq netease kugou baidu xiami" -c 10 -o "/tmp"
```

默认搜索所有音乐源,每个数量限制为5,保存目录为当前目录,不合并搜索结果。
支持多线程搜索,默认搜索所有音乐源,每个数量限制为5,保存目录为当前目录,不合并搜索结果。

指定序号时可以使用`1-5 7 10`的形式。

合并搜索结果时,排序顺序按照歌手和歌名排序,当两者都相同时保留最大的文件。
需要合并搜索结果时,排序顺序按照歌手和歌名排序,当两者都相同时保留最大的文件。

> 注意:如果经常需要指定数量、目录等参数可以考虑修改glovar.py中的变量
Expand Down

0 comments on commit c4ed93c

Please sign in to comment.