]> jfr.im git - yt-dlp.git/commit - test/test_InfoExtractor.py
[extractor] Always prefer native hls downloader by default
authorpukkandan <redacted>
Sat, 22 May 2021 18:28:11 +0000 (23:58 +0530)
committerpukkandan <redacted>
Tue, 25 May 2021 19:57:39 +0000 (01:27 +0530)
commit177877c54493d0cb32f65e87ff9ed88a030cfbdb
treec3d25a6d80555ed3057b6c363edbba36399aaea0
parentb25522ba5234bc9c313d18b54001c2e5e9e39c96
[extractor] Always prefer native hls downloader by default

When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
test/test_InfoExtractor.py
yt_dlp/extractor/common.py
yt_dlp/extractor/egghead.py
yt_dlp/extractor/odnoklassniki.py
yt_dlp/extractor/whowatch.py