aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mpv.profile2
-rw-r--r--etc/youtube-dl.profile2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index 3d73a8eae..cf113c1bb 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -16,6 +16,8 @@ noblacklist ${PATH}/python2*
16noblacklist ${PATH}/python3* 16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2* 17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3* 18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
19 21
20include disable-common.inc 22include disable-common.inc
21include disable-devel.inc 23include disable-devel.inc
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*
16noblacklist ${PATH}/python3* 16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2* 17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3* 18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
19 21
20include disable-common.inc 22include disable-common.inc
21include disable-devel.inc 23include disable-devel.inc