summaryrefslogtreecommitdiffstats
path: root/yt-dlp.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xyt-dlp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt-dlp.sh b/yt-dlp.sh
new file mode 100755
index 0000000..ce74df8
--- /dev/null
+++ b/yt-dlp.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"