mirror of
https://git.vectorsigma.ru/public/yt-dlp.git
synced 2026-08-03 20:57:58 +00:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
|