mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 21:48:24 +01:00
Make the downloader print the name of the destination file
This commit is contained in:
parent
e5bf0f551b
commit
2130d8f6a4
@ -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…
Reference in New Issue
Block a user