projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba562b
)
Solve minor aesthetical problem in rtmpdump error messages
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Tue, 30 Mar 2010 09:50:57 +0000
(11:50 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:48 +0000
(11:26 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 407a393a7af6f239cac8ec9db56b855109f4200f..5afd7ebc2f441209f3160062bb9be4ea632e7ff3 100755
(executable)
--- 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('
\n
ERROR: rtmpdump exited with code %d' % retval)
return False
def _do_download(self, filename, url):