From 953d85619a8637e64da5344e727f443046187c74 Mon Sep 17 00:00:00 2001 From: krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> Date: Tue, 29 Mar 2022 03:28:41 +0200 Subject: Replace youtube-dl with yt-dlp system-wide (#1019) * Replace youtube-dl with yt-dlp in qndl * Replace youtube-dl with yt-dlp in dmenuhandler * Replace youtube-dl with yt-dlp in newsboat config * Replace youtube-dl with yt-dlp in aliasrc Co-authored-by: Luke Smith --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index a5cd9e1..27d4527 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -18,7 +18,7 @@ alias \ rm="rm -vI" \ bc="bc -ql" \ mkd="mkdir -pv" \ - yt="youtube-dl --add-metadata -i" \ + yt="yt-dlp --embed-metadata -i" \ yta="yt -x -f bestaudio/best" \ ffmpeg="ffmpeg -hide_banner" -- cgit v1.3.1