about summary refs log tree commit diff stats
path: root/yt/src/download/progress_hook.rs (follow)
Commit message (Collapse)AuthorAge
* refactor(yt): Move to `crates/yt`Benedikt Peetz3 days
| | | | Having one crate outside the `crates` directory is just weird.
* fix(yt/downloader/progress_hook): Silence clippy warningsBenedikt Peetz3 days
|
* refactor(yt): Consolidate the multiple ANSI escape code wrapper functionsBenedikt Peetz3 days
|
* feat({yt_dlp,yt}): Migrate from pyo3 to rustpythonBenedikt Peetz3 days
That allows us to avoid cpython's GIL and gives us full ability to leverage async/concurrent code to speed up python operations. I have also taken the opportunity to change the `InfoJson` struct to an untyped json value, as that is what it actually is.