1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-01-23 08:37:34 +01:00

Revert "[aenetworks] extract http formats"

This reverts commit 3d98f97c6408326dd841fae767a721ed91a1cae8.
This commit is contained in:
remitamine 2016-02-12 17:56:06 +01:00
parent 3d98f97c64
commit bcbb1b08b2

View File

@ -61,6 +61,6 @@ class AENetworksIE(InfoExtractor):
info = self._search_json_ld(webpage, video_id, fatal=False) info = self._search_json_ld(webpage, video_id, fatal=False)
info.update({ info.update({
'_type': 'url_transparent', '_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 return info