iptv-checker-rs 包含2个命令
Usage: iptv-checker-rs <COMMAND>
Commands:
web web相关命令
check 检查相关命令
help Print this message or the help of the given subcommand(s)
iptv-checker-rs 检查相关的命令
Usage: iptv-checker-rs check [OPTIONS]
Options:
-i, --input-file <INPUT_FILE> 输入文件,可以是本地文件或者是网络文件,支持标准m3u格式以及非标准的格式: CCTV,https://xxxx.com/xxx.m3u8格式
-o, --output-file <OUTPUT_FILE> 输出文件,如果不指定,则默认生成一个随机文件名 [default: ]
-t, --timeout <TIMEOUT> 超时时间,默认超时时间为28秒 [default: 28000]
--debug debug使用,可以看到相关的中间日志
-c, --concurrency <CONCURRENCY> 并发数 [default: 1]
--like <KEYWORD_LIKE> 想看关键词
--dislike <KEYWORD_DISLIKE> 不想看关键词
--sort 频道排序
-h, --help Print help
iptv-checker-rs web相关的命令
web相关命令
Usage: iptv-checker-rs web [OPTIONS]
Options:
--start 启动一个web服务
--port <PORT> 指定这个web服务的端口号,默认8089 [default: 8089]
--stop 关闭这个web服务
--status 输出当前web服务的状态,比如pid信息
-h, --help Print help
make build
使用windows需要安装下面的连接器
brew install mingw-w64
#链接器
- 4.0.1
- web任务
- 支持不检查(仅获取源)
- 支持任务导入、导出
- web任务
- 3.2.1
- web支持并发、排序设置
- 3.2.0
- 支持关键词匹配
- 支持超时时间配置
- 3.1.1
- 修复后台检查后cpu增高的问题
- 3.1.0
- 支持任务编辑
- 支持任务立即执行
- 3.0.0
- 支持后台检查
- 1.0.2
- 优化了错误信息
- 支持多个文件检查
- 1.0.1
- 支持并发
- 1.0.0
- rust版本支持