forked from minhngoc25a/youtube-dl
[aenetworks] switch to akamai hls formats(closes #15612)
This commit is contained in:
parent
870f3bfc63
commit
5e7841932c
|
@ -122,7 +122,8 @@ class AENetworksIE(AENetworksBaseIE):
|
|||
|
||||
query = {
|
||||
'mbr': 'true',
|
||||
'assetTypes': 'high_video_s3'
|
||||
'assetTypes': 'high_video_ak',
|
||||
'switch': 'hls_high_ak',
|
||||
}
|
||||
video_id = self._html_search_meta('aetn:VideoID', webpage)
|
||||
media_url = self._search_regex(
|
||||
|
|
Loading…
Reference in New Issue