Browse Source

Revert "[aenetworks] extract http formats"

This reverts commit 3d98f97c64.
totalwebcasting
remitamine 9 years ago
parent
commit
bcbb1b08b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/aenetworks.py

+ 1
- 1
youtube_dl/extractor/aenetworks.py View File

@ -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

Loading…
Cancel
Save