御三家流媒体解锁测试
基于 netflix-verify VerifyDisneyPlus TubeCheck 整合代码,优化测试速度
- 双栈测试
 - 并发测试netflix、youtube、disneyplus是否解锁以及解锁的地区
 -  支持双语输出,以
-l指定zh或en可指定输出的语言,未指定时默认使用中文输出 - 全平台编译支持
 
- 整合框架
 - 修复指定英文输出的条件下依然输出中文国家名
 
下载、安装、升级
curl https://raw.githubusercontent.com/oneclickvirt/CommonMediaTests/main/cmt_install.sh -sSf | bash或
curl https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/CommonMediaTests/main/cmt_install.sh -sSf | bash
使用
cmt
或
./cmt
进行测试
Usage: cmt [options]
  -e    Enable logging
  -h    Show help information
  -l string
        Language parameter (en or zh)
  -v    Show version
无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/CommonMediaTests/releases/tag/output
rm -rf /root/cmt
rm -rf /usr/bin/cmt
go get github.com/oneclickvirt/CommonMediaTests@v0.0.4-20250629044730
