mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-17 09:58:29 +00:00
Fix verify script
Authored by: bashonly
This commit is contained in:
parent
28171227d0
commit
340b25acfa
@ -3,7 +3,7 @@ set -exuo
|
|||||||
|
|
||||||
chmod +x /build/${EXE_NAME}
|
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
|
/build/${EXE_NAME} -v --print-traffic -o- --impersonate chrome "https://tls.browserleaks.com/json" | cat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user