aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_yt-dlp
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_yt-dlp')
-rw-r--r--dot_local/bin/executable_yt-dlp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_local/bin/executable_yt-dlp b/dot_local/bin/executable_yt-dlp
new file mode 100644
index 0000000..3298e3f
--- /dev/null
+++ b/dot_local/bin/executable_yt-dlp
@@ -0,0 +1,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 "$@"