From aee08f8309df47590050384bf232d8b97aec7de0 Mon Sep 17 00:00:00 2001 From: pirate486743186 Date: Mon, 26 Nov 2018 03:34:14 +0100 Subject: allowing local python* in mpv and youtube-dl #2262 --- etc/youtube-dl.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/youtube-dl.profile') diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile index a9868b5ac..e0a79498e 100644 --- a/etc/youtube-dl.profile +++ b/etc/youtube-dl.profile @@ -16,6 +16,8 @@ noblacklist ${PATH}/python2* noblacklist ${PATH}/python3* noblacklist /usr/lib/python2* noblacklist /usr/lib/python3* +noblacklist /usr/local/lib/python2* +noblacklist /usr/local/lib/python3* include disable-common.inc include disable-devel.inc -- cgit v1.2.3-54-g00ecf