diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-06 07:24:49 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-06 07:53:53 +0530 |
commit | a331949df396d69e648fad61a80ada5da3279704 (patch) | |
tree | e41853f8450564544766c9805ac5456b0425e5ee /yt_dlp/extractor/tf1.py | |
parent | 2c5e8a961e3f0fe6af870bdb420926ee208cb0bb (diff) |
[test/download] Fallback test to `bv`
Diffstat (limited to 'yt_dlp/extractor/tf1.py')
-rw-r--r-- | yt_dlp/extractor/tf1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tf1.py b/yt_dlp/extractor/tf1.py index 669eb5015..44785bc65 100644 --- a/yt_dlp/extractor/tf1.py +++ b/yt_dlp/extractor/tf1.py @@ -29,7 +29,6 @@ class TF1IE(InfoExtractor): 'params': { # Sometimes wat serves the whole file with the --test option 'skip_download': True, - 'format': 'bestvideo', }, }, { 'url': 'http://www.tf1.fr/tf1/koh-lanta/videos/replay-koh-lanta-22-mai-2015.html', |