Set '--simulate' if any of the printing options is given (fixes #3036)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 26 Oct 2014 12:01:57 +0000 (13:01 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 26 Oct 2014 12:01:57 +0000 (13:01 +0100)
commit1bdeb7be2e5bef703d54d8786fbc6f3c0c23faef
tree8295aa8178f31b78fdb4563428fac9b5d3023223
parent699151bcb1880785b29a78deef61c6fb192a34b4
Set '--simulate' if any of the printing options is given (fixes #3036)

That's what the help messages say.
Previously it would only set '--skip-download', which would write thumbnail,
descriptions or subtitles if they were requested (for example you may have set
'--write-thumbnail' in the config file).
youtube_dl/__init__.py