| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat({yt_dlp,yt}): Migrate from pyo3 to rustpython | Benedikt Peetz | 2025-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. | ||
| * | chore(treewide): Add/Update the license headers | Benedikt Peetz | 2025-02-22 |
| | | |||
| * | fix(crates/yt_dlp/error::PythonError): Add the python type as `kind` | Benedikt Peetz | 2025-02-16 |
| | | |||
| * | fix(crates/yt_dlp): Actually return errors instead of panicing | Benedikt Peetz | 2025-02-14 |
