aboutsummaryrefslogtreecommitdiffstats
path: root/etc/youtube-dl.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/youtube-dl.profile')
-rw-r--r--etc/youtube-dl.profile14
1 files changed, 5 insertions, 9 deletions
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index 621ffb2b0..1c2bad51c 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -7,20 +7,16 @@ include youtube-dl.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10# breaks when installed via pip
11ignore noexec ${HOME}
12
10noblacklist ${HOME}/.netrc 13noblacklist ${HOME}/.netrc
11noblacklist ${MUSIC} 14noblacklist ${MUSIC}
12noblacklist ${VIDEOS} 15noblacklist ${VIDEOS}
13 16
14# Allow python (blacklisted by disable-interpreters.inc) 17# Allow python (blacklisted by disable-interpreters.inc)
15noblacklist ${PATH}/python2* 18include allow-python2.inc
16noblacklist ${PATH}/python3* 19include allow-python3.inc
17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
21
22# breaks when installed via pip
23ignore noexec ${HOME}
24 20
25include disable-common.inc 21include disable-common.inc
26include disable-devel.inc 22include disable-devel.inc