Files
OscarL f8988e67bc yt_dlp and youtube_dl: cleanup recipes. (#11856)
This gets rid of the `yt_dlp` vs `yt_dlp_python310` and `youtube_dl` vs
`youtube_dl_python310` distinction.

We only need one of each (as there's really no need to have, say, `yt_dlp`
packages for more than one Python version.

This also switches `/bin/yt-dlp` (and `/bin/youtube-dl`) from a "standalone"
program (they were "pyinstaller" bundles), into a small wrapper script that
calls yt_dlp's entry point from the Python module installed under vendor-packages.

Using the "standalone" version stopped making much sense once the `request_python310`
"optional dependency" was added to the recipe.
2025-03-09 16:08:38 +00:00
..