yt-dlc/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`
2021-04-10 20:57:52 +05:30
..
__init__.py Option to choose different downloader for different protocols 2021-04-10 20:57:52 +05:30
common.py More improvements to HLS/DASH external downloader code 2021-03-11 22:07:42 +05:30
dash.py Option to choose different downloader for different protocols 2021-04-10 20:57:52 +05:30
external.py Option to choose different downloader for different protocols 2021-04-10 20:57:52 +05:30
f4m.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
fragment.py Release 2021.03.01 2021-03-01 05:39:50 +05:30
hls.py Option to choose different downloader for different protocols 2021-04-10 20:57:52 +05:30
http.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
ism.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
niconico.py Release 2021.03.01 2021-03-01 05:39:50 +05:30
rtmp.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
rtsp.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
youtube_live_chat.py [youtube_live_chat] fix bug when trying to set cookies 2021-03-23 17:53:36 +05:30