You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
pukkandan 59f943cd50
[utils] `write_string`: Workaround newline issue in `conhost`
On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not
actually sent if the window is exactly the length of printed line,
and the line does not end with a white-space character. So the
line-break disappears when resizing the window.

Fixes #1863
2 years ago
..
compat [compat/asyncio] Use `asyncio.all_tasks` 2 years ago
downloader Improve `--clean-infojson` 2 years ago
extractor Improve `--clean-infojson` 2 years ago
postprocessor [ffmpeg] Fix features detection 2 years ago
YoutubeDL.py [utils] `write_string`: Workaround newline issue in `conhost` 2 years ago
__init__.py Don't imply `-s` for later stages of `-O` 2 years ago
__main__.py [cleanup] Upgrade syntax 2 years ago
aes.py [dependencies] Create module with all dependency imports 2 years ago
cache.py [cleanup] Misc cleanup and refactor (#2173) 2 years ago
cookies.py [dependencies] Create module with all dependency imports 2 years ago
dependencies.py [dependencies] Create module with all dependency imports 2 years ago
jsinterp.py [cleanup] Misc cleanup and refactor (#2173) 2 years ago
minicurses.py [cleanup] Sort imports 2 years ago
options.py Don't imply `-s` for later stages of `-O` 2 years ago
socks.py [cleanup] Sort imports 2 years ago
update.py [cleanup] Sort imports 2 years ago
utils.py [utils] `write_string`: Workaround newline issue in `conhost` 2 years ago
version.py [version] update 2 years ago
webvtt.py [compat] Split into sub-modules (#2173) 2 years ago