Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(crates/yt_dlp): Port to `pyo3` again | Benedikt Peetz | 2025-07-10 |
| | | | | | | | | Rustpyton is slower, does not implement everything correctly and worst of all, contains code produced by LLM's. Using the freethreaded mode of pyo3 also works nicely around the GIL, and enables parallel execution. | ||
* | fix(yt_dlp): Polyfill missing rustpython features used in urllib3 | Benedikt Peetz | 2025-06-28 |
| | | | | Otherwise, anything that depends on urllib3 just fails to initialize. | ||
* | chore(treewide): Assure that `nix fmt` and `reuse lint` are happy | Benedikt Peetz | 2025-06-17 |
| | |||
* | refactor(yt_dlp): Split the big `lib.rs` file up | Benedikt Peetz | 2025-06-17 |