aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyoutube-dl1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl
index f3239781b..0e5616220 100755
--- 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