Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Update usage examples
- Add new contributor
  • Loading branch information
raawaa committed Jul 9, 2017
1 parent 5273436 commit d5f6b6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ $ npm link # 使jav-scrapy全局可执行
### Examples

```bash
# 抓取所有影片封面和磁链到 /path/to/covers/ 目录下,影片的封面和磁链归入以番号
# 抓取所有影片封面、磁链、片段截图,保存到 ~/magnets 目录下以番号
# 命名的子文件夹中,并行下载数为 10
$ jav -o /path/to/folder -p 10
$ jav -p 10

# 抓取番号以 ipz 开头的所有影片,并保存在 /path/to/magnets.txt 中,并行抓取数 20
# 抓取番号以 ipz 开头的所有影片,并保存在 /path/to/folder 中,并行抓取数 20
$ jav -s ipz -p 20 -o /path/to/folder

# 抓取番号为 ipz-634 的影片
Expand All @@ -64,3 +64,4 @@ $ jav -x http://127.0.0.1:8087

- [@qiusli](https://github.com/qiusli)
- [@Eddie104](https://github.com/Eddie104)
- [@leongfeng](https://github.com/leongfeng)

0 comments on commit d5f6b6d

Please sign in to comment.