ytdl-patched/b
Lesmiscore 7c12f253d7
remove ytdl.py
R.I.P. ytdl.py 03fd719119 - this commit
2022-08-04 01:52:00 +09:00

3 lines
110 B
Bash
Executable File

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