youtube-dl

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

commit eaf4a7288dc285f10cd5745432129be29cf770a3
parent 6ba562b0e46f266fa674eb56d86a3b66f4a007d2
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue, 30 Mar 2010 11:50:57 +0200

Solve minor aesthetical problem in rtmpdump error messages

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl @@ -491,7 +491,7 @@ class FileDownloader(object): self.to_stdout(u'\r[rtmpdump] %s bytes' % os.path.getsize(filename)) return True else: - self.trouble('ERROR: rtmpdump exited with code %d' % retval) + self.trouble('\nERROR: rtmpdump exited with code %d' % retval) return False def _do_download(self, filename, url):