projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a942a4
)
[auengine] Do not return unnecessary ext
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 18 Nov 2013 13:36:01 +0000
(14:36 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 18 Nov 2013 13:36:01 +0000
(14:36 +0100)
youtube_dl/extractor/auengine.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/auengine.py
b/youtube_dl/extractor/auengine.py
index 90dfa9a4694347c11fca5a91e60768ea4e0bc6e4..95c038003b431dc48ac3bb89dcc03f8aa39ea07f 100644
(file)
--- a/
youtube_dl/extractor/auengine.py
+++ b/
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,
}