[auengine] Do not return unnecessary ext

merge-requests/5/head
Philipp Hagemeister 2013-11-18 14:36:01 +01:00
parent 9a942a4671
commit 4113e6ab56
1 changed files with 0 additions and 1 deletions

View File

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