youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ad242b5fbc58771d4c8ffff346d0027fb0b0ba1a
parent 3524175625a88824798ee38d59314844318232e3
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed,  5 Mar 2014 22:16:50 +0700

Remove superfluous whitespace

Diffstat:
Myoutube_dl/downloader/rtmp.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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