mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[aenetworks] extract http formats
This commit is contained in:
parent
c349456ef6
commit
3d98f97c64
@ -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, {'sig': {'key': 'crazyjava', 'secret': 's3cr3t'}}),
|
||||
'url': smuggle_url(video_url + '?mbr=true&format=SMIL&assetTypes=medium_video_s3', {'sig': {'key': 'crazyjava', 'secret': 's3cr3t'}, 'force_smil_url': True}),
|
||||
})
|
||||
return info
|
||||
|
Loading…
Reference in New Issue
Block a user