aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/youtube-dl.profile
blob: 9e81d745d002ec02c06792a6b2fd7a5ce1df6cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Firejail profile for youtube-dl
# Description: Downloader of videos from YouTube and other sites
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include youtube-dl.local
# Persistent global definitions
# added by included profile
#include globals.local

noblacklist ${HOME}/.cache/youtube-dl
noblacklist ${HOME}/.config/youtube-dl

# Allow python (blacklisted by disable-interpreters.inc)
include allow-python2.inc

private-bin youtube-dl
private-etc youtube-dl.conf

# Redirect
include yt-dlp.profile