yta-rs

Crates.ioyta-rs
lib.rsyta-rs
version0.0.1
sourcesrc
created_at2023-06-28 08:13:10.650178
updated_at2023-06-28 08:13:10.650178
descriptionHelper crate to download YouTube live streams
homepage
repository
max_upload_size
id901922
size2,678,519
Hizkia Felix (hizkifw)

documentation

README

yta-rs

Minimal implementation of Kethsar/ytarchive in Rust.

⚠️ This crate is still very new. The API is not yet finalized and may change at any moment. Use at your own discretion.

Usage

This crate is meant to be used as a library. Currently, the executable only has one mode, which is to download the highest quality audio and video fragments, and compose a HLS playlist.

# Start downloading
cargo run https://www.youtube.com/watch?v=Io7ucwiaONc

# Run a webserver
cd yta_dl
python3 -m http.server 8080
Commit count: 0

cargo fmt