b2m

mpv 自带 youtube-dl 解析,使用体验好很多

使用 mpv 播放 bilibili (以及 youtube, iqiqyi)视频
you-get 本身支持调用播放器播放,但不完善

安装(使用 cargo)

cargo install b2m b2m -h

使用命令行选项 --no-default-features --features <NAME> 可以选用特定的解析器,具体见 Cargo.toml

或者 Python 版(不再维护)

用法

``` b2m 0.19.0 Play bilibili or other videos with mpv

USAGE: b2m [FLAGS] [OPTIONS]

FLAGS: -c, --check Check if all dependencies are installed -h, --help Prints help information -i, --info Print information only -j, --json Print information with json --an Play without audio output --vn Play without video output -V, --version Prints version information

OPTIONS: -p, --proxy Set proxy address [default: 127.0.0.1:1080]

ARGS: Video url ```

依赖

思路: Linux下用mpv在B站看番(二):you-get