projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80cc233
)
Fix typo in report_resuming_byte doc string (fixes issue #188)
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Thu, 12 Aug 2010 16:28:34 +0000
(18:28 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:40 +0000
(11:28 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index d5469495404ca1ca9640a0a619628c511edf4f59..b41b57ea8aec88793b6143c5c3180a19ea901c09 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-353,7
+353,7
@@
class FileDownloader(object):
(percent_str, data_len_str, speed_str, eta_str), skip_eol=True)
def report_resuming_byte(self, resume_len):
- """Report attem
tp
to resume at given byte."""
+ """Report attem
pt
to resume at given byte."""
self.to_stdout(u'[download] Resuming download at byte %s' % resume_len)
def report_retry(self, count, retries):