mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
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.