mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
8a82af3511
Closes #3780, Closes #3853, Closes #3850
3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/usr/bin/env sh
|
|
exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"
|