mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 20:17:22 +01:00
Fix "Default format spec" appearing in quiet mode
This commit is contained in:
parent
b9d973bef1
commit
e8be92f9d6
@ -1858,7 +1858,7 @@ def is_wellformed(f):
|
||||
if req_format is None:
|
||||
req_format = self._default_format_spec(info_dict, download=download)
|
||||
if self.params.get('verbose'):
|
||||
self._write_string('[debug] Default format spec: %s\n' % req_format)
|
||||
self.to_screen('[debug] Default format spec: %s' % req_format)
|
||||
|
||||
format_selector = self.build_format_selector(req_format)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user