[auengine] Do not return unnecessary ext
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 18 Nov 2013 13:36:01 +0000 (14:36 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 18 Nov 2013 13:36:01 +0000 (14:36 +0100)
youtube_dl/extractor/auengine.py

index 90dfa9a4694347c11fca5a91e60768ea4e0bc6e4..95c038003b431dc48ac3bb89dcc03f8aa39ea07f 100644 (file)
@@ -44,7 +44,6 @@ class AUEngineIE(InfoExtractor):
         return {
             'id':        video_id,
             'url':       video_url,
-            'ext':       ext,
             'title':     title,
             'thumbnail': thumbnail,
         }