[downloader/external] pass external downloader args to FFmpegFD only if it's specified explicitly

This commit is contained in:
remitamine 2016-04-21 14:41:48 +01:00
parent 442c4d361f
commit 0cbde7b908

View File

@ -181,6 +181,7 @@ class FFmpegFD(ExternalFD):
args = [ffpp.executable, '-y'] args = [ffpp.executable, '-y']
if self.exe == self.get_basename():
args += self._configuration_args() args += self._configuration_args()
# start_time = info_dict.get('start_time') or 0 # start_time = info_dict.get('start_time') or 0