Browse Source

Remove superfluous whitespace

totalwebcasting
Sergey M․ 11 years ago
parent
commit
ad242b5fbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/downloader/rtmp.py

+ 1
- 1
youtube_dl/downloader/rtmp.py View File

@ -158,7 +158,7 @@ class RtmpFD(FileDownloader):
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


Loading…
Cancel
Save