aboutsummaryrefslogtreecommitdiffstats
path: root/yt-dlp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yt-dlp.sh')
-rw-r--r--yt-dlp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt-dlp.sh b/yt-dlp.sh
index 71a9aa163..0321a3362 100644
--- a/yt-dlp.sh
+++ b/yt-dlp.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec python3 "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
+exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"