]> jfr.im git - yt-dlp.git/commit
Native concurrent downloading of fragments (#166)
authorshirt <redacted>
Sat, 13 Mar 2021 04:46:58 +0000 (23:46 -0500)
committerGitHub <redacted>
Sat, 13 Mar 2021 04:46:58 +0000 (10:16 +0530)
commit4cf1e5d2f9a145de9749e90a1d244350c82ef610
tree93d59b346da0b2882057a8c4ea1ec8dc0b34b158
parent0a473f2f0fd2629f009edb8bf127c4eed1738bf6
Native concurrent downloading of fragments (#166)

* 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
.gitignore
README.md
yt_dlp/__init__.py
yt_dlp/downloader/dash.py
yt_dlp/downloader/external.py
yt_dlp/downloader/hls.py
yt_dlp/options.py