mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Fix bug in 8a82af3511
This commit is contained in:
parent
829bbd1d05
commit
0bf9dc1e35
2 changed files with 2 additions and 2 deletions
|
@ -794,7 +794,7 @@ class YoutubeDL:
|
|||
self.deprecation_warning('"YoutubeDL.to_stdout" no longer accepts the argument quiet. Use "YoutubeDL.to_screen" instead')
|
||||
if skip_eol is not False:
|
||||
self.deprecation_warning('"YoutubeDL.to_stdout" no longer accepts the argument skip_eol. Use "YoutubeDL.to_screen" instead')
|
||||
self._write_string(self._bidi_workaround(message), self._out_files.out)
|
||||
self._write_string(f'{self._bidi_workaround(message)}\n', self._out_files.out)
|
||||
|
||||
def to_screen(self, message, skip_eol=False, quiet=None):
|
||||
"""Print message to screen if not in quiet mode"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue