mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-04 07:15:23 +00:00
* Option `--concurrent-fragments` (`-N`) to set the number of threads Related: #165 Known issues: * When receiving Ctrl+C, the process will exit only after finishing the currently downloading fragments * The download progress shows the speed of only one thread Authored by shirt-dev