Use the option in preparing the merge output filename

pull/8/head
Andrei Troie 2015-01-10 00:29:06 +00:00
rodzic 34c781a24d
commit d02115f837
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -912,7 +912,7 @@ class YoutubeDL(object):
selected_format = {
'requested_formats': formats_info,
'format': rf,
'ext': formats_info[0]['ext'],
'ext': self.params['merge_output_format'] if self.params['merge_output_format'] is not None else formats_info[0]['ext'],
}
else:
selected_format = None