From 835f05c7c4b840fdb160278d7e111f3002e2dd50 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Mon, 22 Apr 2019 11:35:34 +0300 Subject: smplayer: Add support for youtube-dl --- etc/smplayer.profile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/smplayer.profile b/etc/smplayer.profile index e347d23d6..5ae498ab2 100644 --- a/etc/smplayer.profile +++ b/etc/smplayer.profile @@ -11,6 +11,14 @@ noblacklist ${HOME}/.mplayer noblacklist ${MUSIC} noblacklist ${VIDEOS} +# Allow python (blacklisted by disable-interpreters.inc) +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 include disable-exec.inc @@ -33,7 +41,7 @@ protocol unix,inet,inet6,netlink seccomp shell none -private-bin smplayer,smtube,mplayer,mpv +private-bin smplayer,smtube,mplayer,mpv,youtube-dl,python*,env private-dev private-tmp -- cgit v1.2.3-70-g09d2