diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-05 22:16:50 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-05 22:16:50 +0700 |
commit | ad242b5fbc58771d4c8ffff346d0027fb0b0ba1a (patch) | |
tree | fd413fc4c1be05dbef4ff0c14a65c75c093f195c /youtube_dl/downloader | |
parent | 3524175625a88824798ee38d59314844318232e3 (diff) |
Remove superfluous whitespace
Diffstat (limited to 'youtube_dl/downloader')
-rw-r--r-- | youtube_dl/downloader/rtmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/downloader/rtmp.py b/youtube_dl/downloader/rtmp.py index c3194cb5e..67461f160 100644 --- a/youtube_dl/downloader/rtmp.py +++ b/youtube_dl/downloader/rtmp.py @@ -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 |