switch from youtube-dl to yt-dlp due to former being abandoned
This commit is contained in:
parent
01c1d089c9
commit
bf04204ec1
|
@ -72,12 +72,12 @@ let
|
||||||
);
|
);
|
||||||
|
|
||||||
multimediaApps = [
|
multimediaApps = [
|
||||||
mpv
|
unstable.mpv
|
||||||
vlc
|
vlc
|
||||||
#amarok
|
#amarok
|
||||||
clementine
|
clementine
|
||||||
elisa
|
elisa
|
||||||
youtube-dl
|
yt-dlp
|
||||||
#sonic-pi
|
#sonic-pi
|
||||||
musescore
|
musescore
|
||||||
audacity
|
audacity
|
||||||
|
|
Loading…
Reference in a new issue