Ytdl: Init.

master
Pierre Neidhardt 2020-10-22 13:29:49 +02:00
parent e799ef4afd
commit 00654366f1
1 changed files with 4 additions and 0 deletions

View File

@ -402,6 +402,10 @@
(with-eval-after-load 'youtube-dl
(setq youtube-dl-directory "~/Downloads"))
(with-eval-after-load 'ytdl
(setq ytdl-always-query-default-filename 'yes)
(setq ytdl-max-mini-buffer-download-type-entries 0)
(setq ytdl-download-extra-args '("-f" "best")))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Finalization