Explorar el Código

[auengine] Do not return unnecessary ext

Philipp Hagemeister hace 12 años
padre
commit
4113e6ab56
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/auengine.py

+ 0 - 1
youtube_dl/extractor/auengine.py

@@ -44,7 +44,6 @@ class AUEngineIE(InfoExtractor):
         return {
             'id':        video_id,
             'url':       video_url,
-            'ext':       ext,
             'title':     title,
             'thumbnail': thumbnail,
         }