All checks were successful
CI / build (push) Successful in 58s
yt-dlp is a Python script. When stderr is a pipe (not a TTY), Python buffers output, causing progress updates to arrive in large chunks or only at the end. Setting PYTHONUNBUFFERED=1 forces line-buffered output, giving real-time progress.