mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:45:35 +08:00
[downloader/external] pass external downloader args to FFmpegFD only if it's specified explicitly
This commit is contained in:
parent
442c4d361f
commit
0cbde7b908
@ -181,7 +181,8 @@ class FFmpegFD(ExternalFD):
|
|||||||
|
|
||||||
args = [ffpp.executable, '-y']
|
args = [ffpp.executable, '-y']
|
||||||
|
|
||||||
args += self._configuration_args()
|
if self.exe == self.get_basename():
|
||||||
|
args += self._configuration_args()
|
||||||
|
|
||||||
# start_time = info_dict.get('start_time') or 0
|
# start_time = info_dict.get('start_time') or 0
|
||||||
# if start_time:
|
# if start_time:
|
||||||
|
Loading…
Reference in New Issue
Block a user