diff options
-rw-r--r-- | elfeed-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |