From 3f9e7c0911cef145a85d44a67d3d4838c240750d Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 13 Jul 2023 02:57:39 +0200 Subject: Replace yt-dl by yt-dlp --- functions/ydx.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/ydx.fish b/functions/ydx.fish index 070c6d9..c50c756 100644 --- a/functions/ydx.fish +++ b/functions/ydx.fish @@ -1 +1 @@ -alias ydx='youtube-dl -xi --audio-format mp3 ' # Youtube-dl alias +alias ydx='yt-dlp -xi --audio-format mp3 ' # Youtube-dl alias -- cgit v1.2.3