Fix "Default format spec" appearing in quiet mode

pull/45/head
pukkandan 3 years ago
parent b9d973bef1
commit e8be92f9d6

@ -1858,7 +1858,7 @@ class YoutubeDL(object):
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…
Cancel
Save