1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-16 09:28:28 +00:00

Fix verify script

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-13 07:34:15 -05:00
parent 28171227d0
commit 340b25acfa
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -3,7 +3,7 @@ set -exuo
chmod +x /build/${EXE_NAME}
if [ -n "${EXCLUDE_CURL_CFFI:-}" ]; then
if [ -z "${EXCLUDE_CURL_CFFI:-}" ]; then
/build/${EXE_NAME} -v --print-traffic -o- --impersonate chrome "https://tls.browserleaks.com/json" | cat
fi