1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 19:13:40 +08:00

[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
Unverified
parent 442c4d361f
commit 0cbde7b908
+2 -1
View File
@@ -181,7 +181,8 @@ class FFmpegFD(ExternalFD):
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
# if start_time: