aboutsummaryrefslogtreecommitdiffstats
path: root/crates (unfollow)
Commit message (Expand)Author
2025-07-18fix(crates/yt): **Always** honor the `config.global.display_colors` config se...Benedikt Peetz
2025-07-18chore(crates/yt/Cargo.toml): Add `pretty-assertions` for testsBenedikt Peetz
2025-07-18feat(crates/yt): Separate all commands from their implementation codeBenedikt Peetz
2025-07-15test(crates/yt): Add basic integration testsBenedikt Peetz
2025-07-15fix(crates/yt/select): Correctly open the persistent file in `select split`Benedikt Peetz
2025-07-15feat(crates/yt/select): Print the currently processed line as progressBenedikt Peetz
2025-07-15fix(crates/yt): Add stuff that was missedBenedikt Peetz
2025-07-15feat(crates/yt/watch): Make the time between watch progress saves configurableBenedikt Peetz
2025-07-15refactor(crates/yt/config): Always use imported paths in config decBenedikt Peetz
2025-07-15feat(crates/yt/update): Make the concurrency configurableBenedikt Peetz
2025-07-15fix(crates/yt/cli): Use the correct `--plackback-speed` option nameBenedikt Peetz
2025-07-15feat(crates/yt/subscribe): Support a `--no-check` argumentBenedikt Peetz
2025-07-15feat(crates/yt): Support a `--format` argument for most commands with outputBenedikt Peetz
2025-07-15fix(crates/yt/update): Remove the `--grouped` update supportBenedikt Peetz
2025-07-15feat(crates/yt/watch): Support `--headless` and `--provide-ipc-socket` flagsBenedikt Peetz
2025-07-15refactor(crates/yt/comments): Remove dead codeBenedikt Peetz
2025-07-15fix(crates/yt/downloader): Correctly treat the download as blockingBenedikt Peetz
2025-07-15refactor(crates/yt): Allow `missing_panic_docs` and use expectBenedikt Peetz
2025-07-15refactor(crates/yt/download/progress_hook): Use `json_{get,cast}` and owu-colorsBenedikt Peetz
2025-07-15refactor(crates/yt): Use the new storage layerBenedikt Peetz
2025-07-14fix(crates/yt/storage/migrate): Merge the `videos` and `video_options` tablesBenedikt Peetz
2025-07-14feat(crates/yt/storage): Migrate inserts to operations and use methodsBenedikt Peetz
2025-07-10refactor(crates/yt): Make every `pub` item `pub(crate)`Benedikt Peetz
2025-07-10docs(crates/libmpv2): Correctly format doc-testBenedikt Peetz
2025-07-10refactor(crates/yt/config): Use a macro to generate the config parsing codeBenedikt Peetz
2025-07-10refactor(crates/yt_dlp): Port to `pyo3` againBenedikt Peetz
2025-07-10refactor(crates/bytes): Move into ytBenedikt Peetz
2025-06-28fix(yt/subscribe): Don't hard-error on failed subscribe, if it was not specifiedBenedikt Peetz
2025-06-28fix(yt/{subscribe,storage/subscriptions}): Fix more instances of the capitali...Benedikt Peetz
2025-06-28chore(yt_dlp/package_hacks): Add missing license headersBenedikt Peetz
2025-06-28chore(yt/storage/video_database/set): Apply some of clippy's suggestionsBenedikt Peetz
2025-06-28fix(yt/select/split): Also use persist the selection fileBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Use the correct names for the download typeBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Don't print the title as value, cast it firstBenedikt Peetz
2025-06-28fix(yt/download/progress_hook): Remove superfluous apostrophesBenedikt Peetz
2025-06-28build({flake,Cargo}.lock): UpdateBenedikt Peetz
2025-06-28fix(yt_dlp): Polyfill missing rustpython features used in urllib3Benedikt Peetz
2025-06-28revert: "build(treewide): Update"Benedikt Peetz
2025-06-24build(treewide): UpdateBenedikt Peetz
2025-06-24build(yt_dlp/Cargo.toml): Pin git dependenciesBenedikt Peetz
2025-06-24fix(yt_dlp/post_processors/dearrow): Don't try to access the drained vecBenedikt Peetz
2025-06-24feat(yt/version): Add the (rust)python version againBenedikt Peetz
2025-06-24fix(yt/update/grouped): Don't drop the verbosity levelBenedikt Peetz
2025-06-24feat(yt/cli): Also add completion for subscription namesBenedikt Peetz
2025-06-17chore(treewide): Assure that `nix fmt` and `reuse lint` are happyBenedikt Peetz
2025-06-17refactor(yt_dlp): Split the big `lib.rs` file upBenedikt Peetz
2025-06-17refactor(yt_dlp/progress_hook): Use public api via `__priv` moduleBenedikt Peetz
2025-06-17fix(yt_dlp/post_processing/dearrow): Correctly type the `CasualVote` fieldBenedikt Peetz
2025-06-17refactor(yt_dlp/logging): Avoid adding to the `__all__` listBenedikt Peetz
2025-06-17fix(yt_dlp): Typos in stringsBenedikt Peetz