Skip to content

Commit

Permalink
修改说明
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyumeng committed Dec 29, 2017
1 parent fec81d6 commit 6b028d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@
- resetdb
- classify
- playlist
- mp3
- music
- comment
- lyric
Expand All @@ -43,6 +44,10 @@ $ spider163 playlist
$ # 默认下载全部推荐歌单(1000+),也可以通过指定页码去下载(-p=1),以及歌曲风格(--classify=小语种,默认为全部)
```
```console
$ spider163 mp3 --playlist=2033391777
$ # 默认下载指定歌单列表内的全部包含版权的歌曲
```
```console
$ spider163 music
$ # 默认下载10个歌单的歌曲数据,也可以通过指定循环大小(-c=2)来下载10 * c 个歌单内歌曲
```
Expand Down
2 changes: 1 addition & 1 deletion spider163/version.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
import os

VERSION = "2.5.4"
VERSION = "2.5.5"
root_path = os.path.dirname(os.path.abspath(__file__))

0 comments on commit 6b028d9

Please sign in to comment.