From: Jaime Marquínez Ferrándiz Date: Sun, 26 Oct 2014 12:01:57 +0000 (+0100) Subject: Set '--simulate' if any of the printing options is given (fixes #3036) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1bdeb7be2e5bef703d54d8786fbc6f3c0c23faef;hp=1bdeb7be2e5bef703d54d8786fbc6f3c0c23faef;p=youtube-dl 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). ---