Skip to content

Commit

Permalink
fix: description in README
Browse files Browse the repository at this point in the history
Signed-off-by: jingfelix <[email protected]>
  • Loading branch information
jingfelix committed May 25, 2024
1 parent c19a8b5 commit 68b4bbe
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,26 +88,39 @@ bilifm season $uid $sid [OPTIONS]
- uid, sid 的获取:
打开视频合集网页, 从 URL 中获取

https://space.bilibili.com/23263470/channel/collectiondetail?sid=1855309
https://space.bilibili.com/23263470/channel/collectiondetail?sid=1855309

例如上面链接, uid 为 23263470, sid 为 1855309 (目前 uid 可以随意填写)

```bash
bilifm season 23263470 1855309
```

例如上面链接, uid 为 23263470, sid 为 1855309 (目前 uid 可以随意填写)
- Options:
- -o, --directory 选择音频保存地址

### series 模式

下载视频列表

```bash
bilifm season $uid $sid [OPTIONS]
bilifm series $uid $sid [OPTIONS]
```

- uid, sid 的获取:
打开用户空间中的合集和列表, 找到列表点击更多, 然后从URL中获取

https://space.bilibili.com/488978908/channel/seriesdetail?sid=888434&ctype=0
https://space.bilibili.com/488978908/channel/seriesdetail?sid=888434

例如上面链接, uid 为 488978908, sid 为 888434. 使用下面命令

例如上面链接, uid为488978908, sid为888434. 使用下面命令
```bash
bilifm series 488978908 888434
```

- Options:
- -o, --directory 选择音频保存地址

## Features

- ~~python 版本限制未知~~
Expand Down

0 comments on commit 68b4bbe

Please sign in to comment.