From a331949df396d69e648fad61a80ada5da3279704 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 6 Nov 2021 07:24:49 +0530 Subject: [test/download] Fallback test to `bv` --- yt_dlp/extractor/vice.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yt_dlp/extractor/vice.py') diff --git a/yt_dlp/extractor/vice.py b/yt_dlp/extractor/vice.py index ca4d3edbd..c8c30559e 100644 --- a/yt_dlp/extractor/vice.py +++ b/yt_dlp/extractor/vice.py @@ -290,7 +290,6 @@ class ViceArticleIE(ViceBaseIE): }, 'params': { 'skip_download': True, - 'format': 'bestvideo', }, 'add_ie': [ViceIE.ie_key()], }, { -- cgit v1.2.3