logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 2130d8f6a497ca6219d4b3979cc5dcc6845827fc
parent e5bf0f551bbd3f4f939d48da0a81d32df11ec3da
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue, 22 Jul 2008 15:53:22 +0200

Make the downloader print the name of the destination file

Diffstat:

Myoutube-dl1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube-dl b/youtube-dl @@ -228,6 +228,7 @@ class FileDownloader(object): try: filename = self._params['outtmpl'] % result + self.to_stdout('[download] Destination: %s' % filename) except (ValueError, KeyError), err: retcode = self.trouble('ERROR: invalid output template: %s' % str(err)) continue