mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-17 06:44:31 +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" "$@"
|