YouTube / Invidious daemon and CLI tool for crawling and processing channels with pre-configured commands vector https://crates.io/crates/ytd
Find a file
2026-04-06 22:42:40 +03:00
example implement sleep option to prevent server abuse 2026-04-06 22:42:40 +03:00
src implement sleep option to prevent server abuse 2026-04-06 22:42:40 +03:00
.gitignore implement permanent database to skip handle processed entries 2026-04-06 22:35:36 +03:00
Cargo.lock implement permanent database to skip handle processed entries 2026-04-06 22:35:36 +03:00
Cargo.toml implement permanent database to skip handle processed entries 2026-04-06 22:35:36 +03:00
LICENSE Initial commit 2026-04-06 20:19:26 +02:00
README.md initial commit 2026-04-06 21:35:29 +03:00

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