[downloader/external] pass external downloader args to FFmpegFD only if it's specified explicitly
This commit is contained in:
parent
442c4d361f
commit
0cbde7b908
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user