1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

[auengine] Do not return unnecessary ext

This commit is contained in:
Philipp Hagemeister 2013-11-18 14:36:01 +01:00
parent 9a942a4671
commit 4113e6ab56

View file

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