logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4c77d3f52ad16d9d9ac0ff0f15a62beef3158ca4
parent 7be747b921f0e31f4db3db2fd7e1c90d265ed566
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 13 Feb 2016 00:23:14 +0600

[YoutubeDL] Allow bestvideo+bestaudio for any extractor

Diffstat:

Myoutube_dl/YoutubeDL.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -1341,7 +1341,6 @@ class YoutubeDL(object): if req_format is None: req_format_list = [] if (self.params.get('outtmpl', DEFAULT_OUTTMPL) != '-' and - info_dict['extractor'] in ['youtube', 'ted'] and not info_dict.get('is_live')): merger = FFmpegMergerPP(self) if merger.available and merger.can_merge():