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 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`
3 years ago
..
__init__.py Option to choose different downloader for different protocols 3 years ago
common.py More improvements to HLS/DASH external downloader code 3 years ago
dash.py Option to choose different downloader for different protocols 3 years ago
external.py Option to choose different downloader for different protocols 3 years ago
f4m.py Completely change project name to yt-dlp (#85) 3 years ago
fragment.py Release 2021.03.01 3 years ago
hls.py Option to choose different downloader for different protocols 3 years ago
http.py Completely change project name to yt-dlp (#85) 3 years ago
ism.py Completely change project name to yt-dlp (#85) 3 years ago
niconico.py Release 2021.03.01 3 years ago
rtmp.py More consistent warning messages (#173) 3 years ago
rtsp.py More consistent warning messages (#173) 3 years ago
youtube_live_chat.py [youtube_live_chat] fix bug when trying to set cookies 3 years ago