Browse Source

Make the downloader print the name of the destination file

rtmp_test
Ricardo Garcia 16 years ago
committed by Ricardo Garcia
parent
commit
2130d8f6a4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube-dl

+ 1
- 0
youtube-dl View File

@ -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


Loading…
Cancel
Save