youtube-dl

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

commit 0228ee978899c9ba563b9bfd0ef52336dfe70c30
parent 131efd1ae0899f261fe9faccb91f5c9c3aa974c5
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 17 Apr 2010 18:57:51 +0200

Print EOL before "unable to write data" error

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

diff --git a/youtube-dl b/youtube-dl @@ -569,7 +569,7 @@ class FileDownloader(object): try: stream.write(data_block) except (IOError, OSError), err: - self.trouble('ERROR: unable to write data: %s' % str(err)) + self.trouble('\nERROR: unable to write data: %s' % str(err)) block_size = self.best_block_size(after - before, data_block_len) # Progress message