Explorar el Código

[YoutubeDL] Allow bestvideo+bestaudio for any extractor

Sergey M․ hace 10 años
padre
commit
4c77d3f52a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/YoutubeDL.py

+ 0 - 1
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():