From ff35414422cf03e321b3302b414eb3f45ec659d5 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 10 Jan 2022 00:00:14 +0800 Subject: elfeed-conf: use yt-dlp instead of youtube-dl --- elfeed-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfeed-conf.el b/elfeed-conf.el index 4f1c2cc..16d1db6 100644 --- a/elfeed-conf.el +++ b/elfeed-conf.el @@ -184,7 +184,7 @@ will first be erased." :sentinel #'durand-eshell-download-sentinel :filter #'durand-eshell-download-filter :command (list - "youtube-dl" "-f" "bestvideo[height<=720]+bestaudio/best[height<=720]/best" + "yt-dlp" "-f" "bv[height<=720]+ba/b" link))) (process-put proc 'id (cdr (elfeed-entry-id entry))) (process-put proc 'title (elfeed-entry-title entry)) -- cgit v1.2.3-18-g5258