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
2021-03-13 10:16:58 +05:30
..
__init__.py Allow specifying path in `--external-downloader` 2021-02-27 16:52:27 +05:30
common.py More improvements to HLS/DASH external downloader code 2021-03-11 22:07:42 +05:30
dash.py Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
external.py Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
f4m.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
fragment.py Release 2021.03.01 2021-03-01 05:39:50 +05:30
hls.py Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
http.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
ism.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
niconico.py Release 2021.03.01 2021-03-01 05:39:50 +05:30
rtmp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
rtsp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
youtube_live_chat.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30