New option --get-filename to print output filename
authorGergely Imreh <imrehg@gmail.com>
Tue, 25 Jan 2011 03:03:16 +0000 (11:03 +0800)
committerGergely Imreh <imrehg@gmail.com>
Wed, 26 Jan 2011 01:15:00 +0000 (09:15 +0800)
commit9f7963468bf7f19e0cd2e11ed3ed2829f5c68b78
tree4d6905872aee31f1e560abfa798638935765cf76
parentb940c84a245c27199b78956e283e6e2832bd51b4
New option --get-filename to print output filename

When using youtube-dl within scripts, it is very useful to know
what will be the final output filename with all the title settings and
filename templates applied. Add option to the quiet mode operations
to print that info.

For this I had to move the filename-generation into its own function.
As much as I can tell it should work almost always well, ie. not to
break things if one not actually interested in the title, like in
case of other forced printing. That is, unless there's an invalid
system charset or the user specified a wrong output template. In that
case probably could be assumed that the user does have a problem
(the former) or did want to mess with the filename (the latter).

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
youtube-dl