about summary refs log tree commit diff stats
path: root/crates/yt_dlp/Cargo.toml (follow)
Commit message (Collapse)AuthorAge
* build(yt_dlp/Cargo.toml): Pin git dependenciesBenedikt Peetz2025-06-24
|
* fix(yt_dlp/post_processors/dearrow): Migrate to curl for api requestsBenedikt Peetz2025-06-17
| | | | | | The reqwest crate will panic if it is blockingly run inside another executor. But we cannot make this function async, as the whole api is forced to be sync by python ffi.
* fix(yt_dlp/): Include the frozen python stdlibBenedikt Peetz2025-06-16
| | | | | This avoids the dependency on a real std-library (i.e., python3) at runtime.
* style(treewide): ReformatBenedikt Peetz2025-06-16
|
* feat(yt_dlp): Support a DeArrow post processorBenedikt Peetz2025-06-16
|
* docs(yt_dlp): Fix typo in `Cargo.toml`'s descriptionBenedikt Peetz2025-06-15
|
* feat({yt_dlp,yt}): Migrate from pyo3 to rustpythonBenedikt Peetz2025-06-13
| | | | | | | | 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.
* build(treewide): UpdateBenedikt Peetz2025-03-21
|
* build(treewide): UpdateBenedikt Peetz2025-02-14
|
* build(treewide): UpdateBenedikt Peetz2024-12-14
|
* build(treewide): Update dependenciesBenedikt Peetz2024-11-16
|
* build(treewide): UpdateBenedikt Peetz2024-11-04
|
* refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz2024-10-14
|
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* build(treewide): UpdateBenedikt Peetz2024-09-11
|
* build(treewide): UpdateBenedikt Peetz2024-08-25
|
* style(treewide): FormatBenedikt Peetz2024-08-23
|
* refactor(yt_dlp): Also move the `crates` subdirectoryBenedikt Peetz2024-08-23