summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-05 22:16:50 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-05 22:16:50 +0700
commitad242b5fbc58771d4c8ffff346d0027fb0b0ba1a (patch)
treefd413fc4c1be05dbef4ff0c14a65c75c093f195c
parent3524175625a88824798ee38d59314844318232e3 (diff)
downloadyoutube-dl-ad242b5fbc58771d4c8ffff346d0027fb0b0ba1a.tar.gz
youtube-dl-ad242b5fbc58771d4c8ffff346d0027fb0b0ba1a.tar.xz
youtube-dl-ad242b5fbc58771d4c8ffff346d0027fb0b0ba1a.zip
Remove superfluous whitespace
-rw-r--r--youtube_dl/downloader/rtmp.py2
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