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 52a8a1e1b9
Option to choose different downloader for different protocols
* Renamed `--external-downloader-args` to `--downloader-args`
* Added `native` as an option for the downloader
* Use similar syntax to `--downloader-args` etc. Eg: `--downloader dash:native --downloader aria2c`
* Deprecated `--hls-prefer-native` and `--hls-prefer-ffmpeg` since the same can now be done with `--downloader "m3u8:native"` and `m3u8:ffmpeg` respectively
* Split `frag_urls` protocol into `m3u8_frag_urls` and `dash_frag_urls`
* Standardize shortening of protocol names with `downloader.shorten_protocol_name`
4 years ago
..
downloader Option to choose different downloader for different protocols 4 years ago
extractor [youtube] Fix _extract_alerts 4 years ago
postprocessor Ability to set a specific field in the file's metadata 4 years ago
YoutubeDL.py Option to choose different downloader for different protocols 4 years ago
__init__.py [sponskrub] Run before embedding thumbnail 4 years ago
__main__.py Completely change project name to yt-dlp (#85) 4 years ago
aes.py Completely change project name to yt-dlp (#85) 4 years ago
cache.py Completely change project name to yt-dlp (#85) 4 years ago
compat.py Completely change project name to yt-dlp (#85) 4 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 4 years ago
options.py Option to choose different downloader for different protocols 4 years ago
socks.py Completely change project name to yt-dlp (#85) 4 years ago
swfinterp.py Completely change project name to yt-dlp (#85) 4 years ago
update.py [update] Fix updater removing the executable bit on some UNIX distros 4 years ago
utils.py [utils] Add `datetime_from_str` to parse relative time (#221) 4 years ago
version.py [version] update 4 years ago