1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-27 04:40:00 +01:00
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" "$@"