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
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
3 years ago
..
downloader More improvements to HLS/DASH external downloader code 3 years ago
extractor [wimtv] Add extractor (#161) 3 years ago
postprocessor [embedthumbnail] Fix bug with deleting original thumbnail (Closes #113) 3 years ago
YoutubeDL.py More improvements to HLS/DASH external downloader code 3 years ago
__init__.py Add option `--extractor-retries` to retry on known extractor errors 3 years ago
__main__.py Completely change project name to yt-dlp (#85) 3 years ago
aes.py Completely change project name to yt-dlp (#85) 3 years ago
cache.py Completely change project name to yt-dlp (#85) 3 years ago
compat.py Completely change project name to yt-dlp (#85) 3 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 3 years ago
options.py Remove "fixup is ignored" warning when fixup wasn't passed by user 3 years ago
socks.py Completely change project name to yt-dlp (#85) 3 years ago
swfinterp.py Completely change project name to yt-dlp (#85) 3 years ago
update.py [update] Fix updater removing the executable bit on some UNIX distros 3 years ago
utils.py Fix `get_executable_path` (#117) 3 years ago
version.py [version] update :ci skip all 3 years ago