-
Notifications
You must be signed in to change notification settings - Fork 666
Description
Make sure you are on the latest version by running ani-cli -U
Metadata (please complete the following information)
Version: [e.g. 4.7.6, run ani-cli -V to find out] 4.10.0
OS: Ubuntu 25.04
Shell: [e.g. zsh, run readlink /bin/sh to get your shell] dash
Describe the bug
I prefer to install yt-dlp from its release binary following these directions. This ensures I always have the latest version, as the apt version is almost always behind. (This is important as older versions often throw errors when I attempt to download YT videos.) I'd prefer ani-cli recognize this binary version and use it, rather than downloading a second, older version of yt-dlp through its apt package
Steps To Reproduce
- Install yt-dlp's binary as indicated in link above
- Install ani-cli from apt
- End up with two versions of yt-dlp, one of which is almost certainly outdated
Expected behavior
ani-cli should detect the existing, newer version of ytl-dlp and rely on that, rather than downloading it again through apt