mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 04:55:26 +00:00
YouTube / Invidious daemon and CLI tool for crawling and processing channels with pre-configured commands vector
https://crates.io/crates/ytd
| example | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
ytd
YouTube daemon for crawling and processing channels with pre-configured commands
- this tool initially created as a tool for the Pidpilne project.
Install
cargo install ytd
Usage
Foreground / testing:
RUST_LOG=trace cargo run -- -c example/config.toml
Background / daemon:
RUST_LOG=ytd=warn NO_COLOR=1 /usr/local/bin/ytd -c /etc/config.toml