mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
Report no connect as error
This commit is contained in:
@@ -160,7 +160,7 @@ def run_rtmpdump(args):
|
||||
retval = run_rtmpdump(args)
|
||||
|
||||
if retval == RD_NO_CONNECT:
|
||||
self.to_screen(u'[rtmpdump] Could not connect to RTMP server.')
|
||||
self.report_error(u'[rtmpdump] Could not connect to RTMP server.')
|
||||
return False
|
||||
|
||||
while (retval == RD_INCOMPLETE or retval == RD_FAILED) and not test:
|
||||
|
||||
Reference in New Issue
Block a user