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
2022-04-28 20:04:40 +05:30
..
compat [compat/asyncio] Use asyncio.all_tasks 2022-04-26 05:45:18 +05:30
downloader Improve --clean-infojson 2022-04-28 20:04:40 +05:30
extractor Improve --clean-infojson 2022-04-28 20:04:40 +05:30
postprocessor [ffmpeg] Fix features detection 2022-04-27 05:36:06 +05:30
__init__.py Don't imply -s for later stages of -O 2022-04-20 21:01:34 +05:30
__main__.py [cleanup] Upgrade syntax 2022-04-12 05:32:51 +05:30
aes.py [dependencies] Create module with all dependency imports 2022-04-21 00:48:52 +05:30
cache.py [cleanup] Misc cleanup and refactor (#2173) 2022-04-18 02:28:28 +05:30
cookies.py [dependencies] Create module with all dependency imports 2022-04-21 00:48:52 +05:30
dependencies.py [dependencies] Create module with all dependency imports 2022-04-21 00:48:52 +05:30
jsinterp.py [cleanup] Misc cleanup and refactor (#2173) 2022-04-18 02:28:28 +05:30
minicurses.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
options.py Don't imply -s for later stages of -O 2022-04-20 21:01:34 +05:30
socks.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
update.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
utils.py [utils] write_string: Workaround newline issue in conhost 2022-04-28 20:04:40 +05:30
version.py [version] update 2022-04-08 09:57:06 +00:00
webvtt.py [compat] Split into sub-modules (#2173) 2022-04-18 04:26:43 +05:30
YoutubeDL.py [utils] write_string: Workaround newline issue in conhost 2022-04-28 20:04:40 +05:30