yt-dlp/yt-dlp.sh

3 wiersze
110 B
Bash
Executable File

#!/bin/sh
exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"