1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
Authored by: bashonly
This commit is contained in:
bashonly 2025-02-18 17:11:15 -06:00
parent 175f63f406
commit 9d1bb4f840
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

@ -5677,4 +5677,3 @@ def stdout(self, message):
def stderr(self, message):
if self._ydl:
self._ydl.to_stderr(message)