diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-23 19:59:52 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-23 21:20:19 +0530 |
commit | 96565c7e55bc3d97a1d4232fe974091dd45f5fe9 (patch) | |
tree | 5b6de2b3e755e09848bf3169384bd5854a59f1b7 /yt_dlp/YoutubeDL.py | |
parent | ec11a9f4a26e8225b195e5f91bd0b72b008d0c3a (diff) | |
download | hypervideo-pre-96565c7e55bc3d97a1d4232fe974091dd45f5fe9.tar.lz hypervideo-pre-96565c7e55bc3d97a1d4232fe974091dd45f5fe9.tar.xz hypervideo-pre-96565c7e55bc3d97a1d4232fe974091dd45f5fe9.zip |
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index a3fb3faeb..27fac6263 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -3313,7 +3313,7 @@ class YoutubeDL(object): write_debug = lambda msg: logger.debug(f'[debug] {msg}') write_debug(encoding_str) else: - write_string(f'[debug] {encoding_str}', encoding=None) + write_string(f'[debug] {encoding_str}\n', encoding=None) write_debug = lambda msg: self._write_string(f'[debug] {msg}\n') source = detect_variant() |