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
pukkandan 0a473f2f0f
More improvements to HLS/DASH external downloader code
* Fix error when there is no `protocol` in `info_dict`
* Move HLS byte range detection to `Aria2cFD` so that the download will fall back to the native downloader instead of ffmpeg
* Fix bug with getting no fragments in DASH
* Convert `check_results` in `can_download` to a generator
4 years ago
..
__init__.py Allow specifying path in `--external-downloader` 4 years ago
common.py More improvements to HLS/DASH external downloader code 4 years ago
dash.py More improvements to HLS/DASH external downloader code 4 years ago
external.py More improvements to HLS/DASH external downloader code 4 years ago
f4m.py Completely change project name to yt-dlp (#85) 4 years ago
fragment.py Release 2021.03.01 4 years ago
hls.py More improvements to HLS/DASH external downloader code 4 years ago
http.py Completely change project name to yt-dlp (#85) 4 years ago
ism.py Completely change project name to yt-dlp (#85) 4 years ago
niconico.py Release 2021.03.01 4 years ago
rtmp.py Completely change project name to yt-dlp (#85) 4 years ago
rtsp.py Completely change project name to yt-dlp (#85) 4 years ago
youtube_live_chat.py Completely change project name to yt-dlp (#85) 4 years ago