aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_yt-dlp
blob: 3298e3ffdc1dd8333922bdfdfd4f0bafce09a13c (plain) (blame)
1
2
3
4
#!/usr/bin/env sh
# Thin wrapper: run /usr/bin/yt-dlp inside _sandbox-net-parser. See that
# script for the threat model and the SANDBOX=0 escape hatch.
exec _sandbox-net-parser /usr/bin/yt-dlp "$@"