projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d98f97
)
Revert "[aenetworks] extract http formats"
author
remitamine
<remitamine@gmail.com>
Fri, 12 Feb 2016 16:56:06 +0000
(17:56 +0100)
committer
remitamine
<remitamine@gmail.com>
Fri, 12 Feb 2016 16:56:06 +0000
(17:56 +0100)
This reverts commit
3d98f97c6408326dd841fae767a721ed91a1cae8
.
youtube_dl/extractor/aenetworks.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/aenetworks.py
b/youtube_dl/extractor/aenetworks.py
index e192b5ac5bb584b7117615184162dce14ff21427..43d7b05231112a7abe0c73c637792910b3b265aa 100644
(file)
--- a/
youtube_dl/extractor/aenetworks.py
+++ b/
youtube_dl/extractor/aenetworks.py
@@
-61,6
+61,6
@@
class AENetworksIE(InfoExtractor):
info = self._search_json_ld(webpage, video_id, fatal=False)
info.update({
'_type': 'url_transparent',
- 'url': smuggle_url(video_url
+ '?mbr=true&format=SMIL&assetTypes=medium_video_s3', {'sig': {'key': 'crazyjava', 'secret': 's3cr3t'}, 'force_smil_url': True
}),
+ 'url': smuggle_url(video_url
, {'sig': {'key': 'crazyjava', 'secret': 's3cr3t'}
}),
})
return info