youtube-dl

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

commit 8a9f53bebfeeb546ea0222098c64add781cb50b8
parent 80cc23304f75c4b1d2ac27e7fa6b5504df6e6687
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Thu, 12 Aug 2010 18:28:34 +0200

Fix typo in report_resuming_byte doc string (fixes issue #188)

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

diff --git 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 attemtp to resume at given byte.""" + """Report attempt to resume at given byte.""" self.to_stdout(u'[download] Resuming download at byte %s' % resume_len) def report_retry(self, count, retries):