youtube-legend-cli 0.2.9

Non-interactive Rust CLI that downloads YouTube subtitles through third-party providers, using a native Unix stdin/stdout interface.
1
2
3
4
5
6
7
8
9
10
11
disallowed-methods = [
    { path = "std::panic::panic", reason = "use thiserror::Error + Result", allow-invalid = true },
    { path = "tokio::runtime::Runtime::new", reason = "use #[tokio::main] attribute", allow-invalid = true },
]
cognitive-complexity-threshold = 30
too-many-arguments-threshold = 8
# missing-docs-in-private-items is a clippy lint name that does
# not exist in stable; use missing-docs-in-crate-items instead
# (currently disabled to avoid breaking the build until each
# private item gets a doc comment).
missing-docs-in-crate-items = false