yt-dlp/yt_dlp
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
..
downloader Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
extractor [wimtv] Add extractor (#161) 2021-03-11 13:28:51 +05:30
postprocessor [embedthumbnail] Fix bug with deleting original thumbnail (Closes #113) 2021-02-25 18:35:04 +05:30
__init__.py Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
__main__.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
aes.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
cache.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
compat.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
jsinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
options.py Native concurrent downloading of fragments (#166) 2021-03-13 10:16:58 +05:30
socks.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
swfinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
update.py [update] Fix updater removing the executable bit on some UNIX distros 2021-03-03 19:07:14 +05:30
utils.py Fix get_executable_path (#117) 2021-02-26 04:28:02 +05:30
version.py [version] update :ci skip all 2021-03-08 00:16:25 +05:30
YoutubeDL.py More improvements to HLS/DASH external downloader code 2021-03-11 22:07:42 +05:30