Browse Source

[aenetworks] switch to akamai hls formats(closes #15612)

master-ytdl-org
Remita Amine 7 years ago
parent
commit
5e7841932c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/aenetworks.py

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

@ -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…
Cancel
Save