Files
tldr/pages.zh/common/ani-cli.md
Luka Markušić f3764866db ani-cli: fix flag for episode selection (#11575)
Specifying episodes is done with `-e`
2023-11-23 10:28:05 +05:30

29 lines
483 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ani-cli
> 一个用于浏览和观看动漫的命令行工具。
> 更多信息:<https://github.com/pystardust/ani-cli>.
- 按名称搜索动漫:
`ani-cli "{{动漫名称}}"`
- 下载动漫剧集:
`ani-cli -d "{{动漫名称}}"`
- 使用 VLC 播放器播放:
`ani-cli -v "{{动漫名称}}"`
- 指定要观看的剧集:
`ani-cli -e {{剧集序号}} "{{动漫名称}}"`
- 从历史记录中继续观看动漫:
`ani-cli -c`
- 更新 `ani-cli`
`ani-cli -U`