From 0dffeb15b650a113643aa0d632ffae59379fe12e Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 6 Jul 2019 23:35:40 +0000 Subject: Add youtube-dl config handling (#2836) * Add youtube-dl config to disable-programs.inc * Add config handling to youtube-dl * Add youtube-dl config handling to celluloid.profile * Add youtube-dl config handling to mpv.profile * Add youtube-dl config handling to smplayer.profile * Add youtube-dl config handling to mpsyt.profile --- etc/celluloid.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/celluloid.profile') diff --git a/etc/celluloid.profile b/etc/celluloid.profile index 89543d6cc..6b7db6b44 100644 --- a/etc/celluloid.profile +++ b/etc/celluloid.profile @@ -6,8 +6,9 @@ include celluloid.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/gnome-mpv noblacklist ${HOME}/.config/celluloid +noblacklist ${HOME}/.config/gnome-mpv +noblacklist ${HOME}/.config/youtube-dl noblacklist ${MUSIC} noblacklist ${VIDEOS} -- cgit v1.2.3-54-g00ecf