mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-03-25 03:44:43 +00:00
[auengine] Do not return unnecessary ext
This commit is contained in:
@@ -44,7 +44,6 @@ class AUEngineIE(InfoExtractor):
|
||||
return {
|
||||
'id': video_id,
|
||||
'url': video_url,
|
||||
'ext': ext,
|
||||
'title': title,
|
||||
'thumbnail': thumbnail,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user