mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
parent
0f06bcd759
commit
fe1daad3cb
@ -1881,8 +1881,7 @@ def write_string(s, out=None, encoding=None):
|
||||
assert isinstance(s, str)
|
||||
out = out or sys.stderr
|
||||
|
||||
from .compat import WINDOWS_VT_MODE # Must be imported locally
|
||||
if WINDOWS_VT_MODE:
|
||||
if compat_os_name == 'nt' and supports_terminal_sequences(out):
|
||||
s = re.sub(r'([\r\n]+)', r' \1', s)
|
||||
|
||||
if 'b' in getattr(out, 'mode', ''):
|
||||
|
Loading…
Reference in New Issue
Block a user