youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f8690631e277b9075b65e07f9df42a9076ae346b
parent cbbece96a25443dbf5cb66819883efa2e9b66de4
Author: Sergey M <dstftw@gmail.com>
Date:   Wed, 29 Apr 2015 19:09:47 +0500

Merge pull request #5552 from zouhair/master

Typo "incompatible" instead of "uncompatible"
Diffstat:
Myoutube_dl/YoutubeDL.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -1384,7 +1384,7 @@ class YoutubeDL(object): requested_formats = info_dict['requested_formats'] if self.params.get('merge_output_format') is None and not compatible_formats(requested_formats): 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') if os.path.exists(encodeFilename(filename)): self.to_screen(