X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/155510fe8191561b388c43fd5cc0ca57a68c3f99..e59e20744eb32ce4b6ea0dece7c673be8376a710:/yt-dlp.sh diff --git a/yt-dlp.sh b/yt-dlp.sh index 71a9aa163..22a69250c 100755 --- a/yt-dlp.sh +++ b/yt-dlp.sh @@ -1,2 +1,2 @@ -#!/bin/sh -exec python3 "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@" +#!/usr/bin/env sh +exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"