This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[auengine] Do not return unnecessary ext
rtmp_test
Philipp Hagemeister
11 years ago
parent
9a942a4671
commit
4113e6ab56
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/extractor/auengine.py
+ 0
- 1
youtube_dl/extractor/auengine.py
View File
@ -44,7 +44,6 @@ class AUEngineIE(InfoExtractor):
return
{
return
{
'
id
'
:
video_id
,
'
id
'
:
video_id
,
'
url
'
:
video_url
,
'
url
'
:
video_url
,
'
ext
'
:
ext
,
'
title
'
:
title
,
'
title
'
:
title
,
'
thumbnail
'
:
thumbnail
,
'
thumbnail
'
:
thumbnail
,
}
}
Write
Preview
Loading…
Cancel
Save