You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/downloader
shirt 4cf1e5d2f9
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
3 years ago
..
__init__.py Allow specifying path in `--external-downloader` 3 years ago
common.py More improvements to HLS/DASH external downloader code 3 years ago
dash.py Native concurrent downloading of fragments (#166) 3 years ago
external.py Native concurrent downloading of fragments (#166) 3 years ago
f4m.py Completely change project name to yt-dlp (#85) 3 years ago
fragment.py Release 2021.03.01 3 years ago
hls.py Native concurrent downloading of fragments (#166) 3 years ago
http.py Completely change project name to yt-dlp (#85) 3 years ago
ism.py Completely change project name to yt-dlp (#85) 3 years ago
niconico.py Release 2021.03.01 3 years ago
rtmp.py Completely change project name to yt-dlp (#85) 3 years ago
rtsp.py Completely change project name to yt-dlp (#85) 3 years ago
youtube_live_chat.py Completely change project name to yt-dlp (#85) 3 years ago