1
1
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-12 04:17:25 -05:00
yt-dlp/yt-dlp.sh
pukkandan 8a82af3511
[cleanup] Misc fixes and cleanup
Closes , Closes , Closes 
2022-05-27 04:43:43 +05:30

3 lines
118 B
Bash
Executable File

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