Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 487 Bytes

stream-gears

通过 PyO3 导出上传 B 站与下载 FLV、HLS 流的函数供Python调用, 支持时间或文件大小分段,同时解决拉取FLV流花屏的问题。

Dev

  1. Install the latest Rust compiler
  2. Install maturin: $ pip3 install maturin
$ python -m venv .env
$ source .env/bin/activate
$ maturin develop

Credits

感谢 Genteure 提供帮助