aboutsummaryrefslogtreecommitdiffstats
path: root/crates/yt_dlp/src/package_hacks (unfollow)
Commit message (Collapse)Author
2025-07-10refactor(crates/yt_dlp): Port to `pyo3` againBenedikt Peetz
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.
2025-06-28chore(yt_dlp/package_hacks): Add missing license headersBenedikt Peetz
2025-06-28fix(yt_dlp): Polyfill missing rustpython features used in urllib3Benedikt Peetz
Otherwise, anything that depends on urllib3 just fails to initialize.