mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
This commit is contained in:
parent
ec11a9f4a2
commit
96565c7e55
14 changed files with 78 additions and 71 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue