mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
Remove superfluous whitespace
This commit is contained in:
@@ -158,7 +158,7 @@ def run_rtmpdump(args):
|
||||
|
||||
retval = run_rtmpdump(args)
|
||||
|
||||
while (retval == RD_INCOMPLETE or retval == RD_ FAILED) and not test:
|
||||
while (retval == RD_INCOMPLETE or retval == RD_FAILED) and not test:
|
||||
prevsize = os.path.getsize(encodeFilename(tmpfilename))
|
||||
self.to_screen(u'[rtmpdump] %s bytes' % prevsize)
|
||||
time.sleep(5.0) # This seems to be needed
|
||||
|
||||
Reference in New Issue
Block a user