about summary refs log tree commit diff stats
path: root/crates/yt_dlp/examples (follow)
Commit message (Collapse)AuthorAge
* chore(treewide): Add missing license headersBenedikt Peetz3 days
|
* refactor(crates/yt_dlp): Port to `pyo3` againBenedikt Peetz2025-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.