youtube-dl

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

commit 42e3546fb53c016a5a10ffdd60dc50c5f4e1234e
parent 0228ee978899c9ba563b9bfd0ef52336dfe70c30
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 19 Apr 2010 19:25:47 +0200

Increment number of downloads when the file has already been fully downloaded

Diffstat:
Myoutube-dl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube-dl b/youtube-dl @@ -536,6 +536,7 @@ class FileDownloader(object): if content_length is not None and long(content_length) == resume_len: # Because the file had already been fully downloaded self.report_file_already_downloaded(filename) + self._num_downloads += 1 return True else: # Because the server didn't let us