nab 0.8.2

Token-optimized HTTP client for LLMs — fetches any URL as clean markdown
Documentation
1
2
3
4
5
6
7
pub mod ffmpeg;
pub mod native_hls;
pub mod streamlink;

pub use ffmpeg::FfmpegBackend;
pub use native_hls::NativeHlsBackend;
pub use streamlink::StreamlinkBackend;