Mallknow / stream-gears

A downloader for http-flv and m3u8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 提供帮助

About

A downloader for http-flv and m3u8

License:MIT License


Languages

Language:Rust 98.9%Language:Python 1.1%