From 2252cf17205a914ac43f9922c7f31f8af88bd401 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sun, 2 Jun 2024 10:17:10 -0700 Subject: [PATCH] verbose off --- tests/e2e/youtube/test_channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/youtube/test_channel.py b/tests/e2e/youtube/test_channel.py index 3fd18fe4..4ed9fe20 100644 --- a/tests/e2e/youtube/test_channel.py +++ b/tests/e2e/youtube/test_channel.py @@ -18,7 +18,6 @@ def channel_preset_dict(output_directory): "format": "worst[ext=mp4]", # download the worst format so it is fast "ytdl_options": { "max_views": 100000, # do not download the popular PJ concert - "verbose": True }, "subtitles": { "subtitles_name": "{episode_file_path}.{lang}.{subtitles_ext}",