When youtube-dl is not available in PATH, use yt-dlp instead
Debian is going to drop youtube-dl which is not active upstream, and yt-dlp is the replacement. This will make it be used if youtube-dl gets removed. If an old version of youtube-dl remains installed, git-annex will still use it. That might not be desirable, but changing git-annex to use yt-dlp in preference to youtube-dl when both are installed risks breaking when the user has annex.youtube-dl-options set to something that is supported by youtube-dl, but not by yt-dlp. Sponsored-by: Boyd Stephen Smith Jr. on Patreon
This commit is contained in:
parent
63b33d4181
commit
5256be61c1
4 changed files with 9 additions and 6 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -111,7 +111,7 @@ Recommends:
|
|||
lsof,
|
||||
gnupg,
|
||||
bind9-host,
|
||||
youtube-dl,
|
||||
yt-dlp,
|
||||
git-remote-gcrypt (>= 0.20130908-6),
|
||||
nocache,
|
||||
aria2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue