mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
Typo "incompatible" instead of "uncompatible"
This commit is contained in:
parent
cbbece96a2
commit
5456d78f0c
@ -1384,7 +1384,7 @@ class YoutubeDL(object):
|
|||||||
requested_formats = info_dict['requested_formats']
|
requested_formats = info_dict['requested_formats']
|
||||||
if self.params.get('merge_output_format') is None and not compatible_formats(requested_formats):
|
if self.params.get('merge_output_format') is None and not compatible_formats(requested_formats):
|
||||||
filename = os.path.splitext(filename)[0] + '.mkv'
|
filename = os.path.splitext(filename)[0] + '.mkv'
|
||||||
self.report_warning('You have requested formats uncompatible for merge. '
|
self.report_warning('You have requested formats incompatible for merge. '
|
||||||
'The formats will be merged into mkv')
|
'The formats will be merged into mkv')
|
||||||
if os.path.exists(encodeFilename(filename)):
|
if os.path.exists(encodeFilename(filename)):
|
||||||
self.to_screen(
|
self.to_screen(
|
||||||
|
Loading…
Reference in New Issue
Block a user