1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-16 03:40:50 +01:00
yt-dlp/yt-dlp.sh
pukkandan 8a82af3511
[cleanup] Misc fixes and cleanup
Closes , Closes , Closes 
2022-05-27 04:43:43 +05:30

2 lines
118 B
Bash
Executable file

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