Files
uptodownbot/internal/dl
db123 f8f9d99e69
All checks were successful
CI / build (push) Successful in 58s
fix: set PYTHONUNBUFFERED=1 to force real-time progress output
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.
2026-06-25 16:24:07 +03:30
..